License |
License |
---|---|
GroupId | GroupIdinfo.tomfi.hebcal |
ArtifactId | ArtifactIdhebcal-api |
Version | Version0.3.1 |
Type | Typejar |
Description |
DescriptionHebcal API
A Java API encapsulating HebCal's REST API.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hebcal-api-0.3.1.pom | |
hebcal-api-0.3.1.jar | 33 KB |
hebcal-api-0.3.1-sources.jar | 22 KB |
hebcal-api-0.3.1-javadoc.jar | 494 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.tomfi.hebcal/hebcal-api/ -->
<dependency>
<groupId>info.tomfi.hebcal</groupId>
<artifactId>hebcal-api</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/info.tomfi.hebcal/hebcal-api/
implementation 'info.tomfi.hebcal:hebcal-api:0.3.1'
// https://jarcasting.com/artifacts/info.tomfi.hebcal/hebcal-api/
implementation ("info.tomfi.hebcal:hebcal-api:0.3.1")
'info.tomfi.hebcal:hebcal-api:jar:0.3.1'
<dependency org="info.tomfi.hebcal" name="hebcal-api" rev="0.3.1">
<artifact name="hebcal-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.tomfi.hebcal', module='hebcal-api', version='0.3.1')
)
libraryDependencies += "info.tomfi.hebcal" % "hebcal-api" % "0.3.1"
[info.tomfi.hebcal/hebcal-api "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.1 |
com.fasterxml.jackson.core : jackson-core | jar | 2.12.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.value : auto-value-annotations | jar | 1.7.4 |
com.google.auto.service : auto-service-annotations | jar | 1.0-rc7 |