MVN

info.tomfi.hebcal : hebcal-api

Maven & Gradle

Sep 17, 2022
0 stars

Hebcal API · A Java API encapsulating HebCal's REST API.

<dependency>
    <groupId>info.tomfi.hebcal</groupId>
    <artifactId>hebcal-api</artifactId>
    <version>2.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.tomfi.hebcal : hebcal-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.9

All Versions

Choose a version of info.tomfi.hebcal : hebcal-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
hebcal-api-2.1.9
hebcal-api-2.1.8
hebcal-api-2.1.7
hebcal-api-2.1.6
hebcal-api-2.1.5
hebcal-api-2.1.4
hebcal-api-2.1.3
hebcal-api-2.1.2
hebcal-api-2.1.1
hebcal-api-2.1.0
2.0.x
hebcal-api-2.0.0
1.0.x
hebcal-api-1.0.2
hebcal-api-1.0.1
hebcal-api-1.0.0
0.3.x
hebcal-api-0.3.1
hebcal-api-0.3.0
0.2.x
hebcal-api-0.2.0
0.1.x
hebcal-api-0.1.2
hebcal-api-0.1.1

How to add a dependency to Maven

Add the following info.tomfi.hebcal : hebcal-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.tomfi.hebcal</groupId>
    <artifactId>hebcal-api</artifactId>
    <version>2.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.tomfi.hebcal : hebcal-api gradle dependency to your build.gradle file:

implementation 'info.tomfi.hebcal:hebcal-api:2.1.9'

Gradle Kotlin DSL: Add the following info.tomfi.hebcal : hebcal-api gradle kotlin dependency to your build.gradle.kts file:

implementation("info.tomfi.hebcal:hebcal-api:2.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.tomfi.hebcal : hebcal-api sbt scala dependency to your build.sbt file:

libraryDependencies += "info.tomfi.hebcal" % "hebcal-api" % "2.1.9"

Advertisement