Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

KosherJava Zmanim API / Library

License

NotificationsYou must be signed in to change notification settings

KosherJava/zmanim

Repository files navigation

The Zmanim library is an API for a specialized calendar that can calculate different astronomicaltimes including sunrise and sunset and Jewishzmanim or religious times for prayers and otherJewish religious duties.

These classes extend GregorianCalendar and can thereforeuse the standard Calendar functionality to change dates etc. For non religious astronomical / solarcalculations use theAstronomicalCalendar.

The ZmanimCalendar contains the most common zmanim or religious time calculations. For a much moreextensive list ofzmanim use the ComplexZmanimCalendar.This class contains the main functionality of the Zmanim library.

For a basic set of instructions on the use of the API, seeHow to Use the Zmanim API,zmanim code samples and theKosherJava FAQ. See theKosherJava Zmanim site for additional information.

Get Started

To add KosherJava as a dependency to your project, add the following dependency:

Maven

Add the following to yourpom.xml file:

<dependency>  <groupId>com.kosherjava</groupId>  <artifactId>zmanim</artifactId>  <version>2.5.0</version></dependency>

Gradle

Add the following to yourbuild.gradle file:

implementationgroup:'com.kosherjava',name:'zmanim',version:'2.5.0'

Or if you havebuild.gradle.kts file:

implementation("com.kosherjava:zmanim:2.5.0")

License

The library is released under theLGPL 2.1 license.

Ports to Other Languages

The KosherJava Zmanim API has been ported to:

ZmanCode Desktop App

The .NET port was used to create a desktop app that is available athttps://github.com/NykUser/MyZman.

Disclaimer:

While I did my best to get accurate results, please double check before relying on these zmanim forhalacha lemaaseh.


GitHub release (latest SemVer)GitHubGitHub last commitCodeQLRun unit tests


[8]ページ先頭

©2009-2025 Movatter.jp