MVN

com.kosherjava : zmanim

Maven & Gradle

Jun 09, 2023
2 usages
93 stars

KosherJava Zmanim · The Zmanim library is an API for a specialized calendar that can calculate different astronomical times including sunrise and sunset and Jewish zmanim or religious times for prayers and other Jewish religious duties.

<dependency>
    <groupId>com.kosherjava</groupId>
    <artifactId>zmanim</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kosherjava : zmanim to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0

All Versions

Choose a version of com.kosherjava : zmanim to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
zmanim-2.5.0
2.4.x
zmanim-2.4.0
2.3.x
zmanim-2.3.0
2.2.x
zmanim-2.2.0
2.02
zmanim-2.02
2.1.x
zmanim-2.1.0
2.01
zmanim-2.01
2.0.x
zmanim-2.0.3
2.0
zmanim-2.0

How to add a dependency to Maven

Add the following com.kosherjava : zmanim maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kosherjava : zmanim gradle dependency to your build.gradle file:

implementation 'com.kosherjava:zmanim:2.5.0'

Gradle Kotlin DSL: Add the following com.kosherjava : zmanim gradle kotlin dependency to your build.gradle.kts file:

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

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kosherjava : zmanim sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kosherjava" % "zmanim" % "2.5.0"