hebcal-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>info.tomfi.hebcal</groupId> <artifactId>hebcal-api</artifactId> <version>2.1.9</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>info.tomfi.hebcal</groupId> <artifactId>hebcal-api</artifactId> <version>2.1.9</version> <name>Hebcal API</name> <description>A Java API encapsulating HebCal's REST API.</description> <url>https://github.com/TomerFi/hebcal-api</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>TomerFi</id> <name>Tomer Figenblat</name> <email>tomer.figenblat@gmail.com</email> <url>https://github.com/TomerFi</url> </developer> </developers> <scm> <connection>scm:git:git@github.com:TomerFi/hebcal-api.git</connection> <developerConnection>scm:git:git@github.com:TomerFi/hebcal-api.git</developerConnection> <tag>2.1.9</tag> <url>https://github.com/TomerFi/hebcal-api</url> </scm> <dependencies> <dependency> <groupId>com.google.auto.value</groupId> <artifactId>auto-value-annotations</artifactId> <version>1.9</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.auto.service</groupId> <artifactId>auto-service-annotations</artifactId> <version>1.0.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>2.13.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.13.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.13.4</version> <scope>compile</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>de.sormuras.junit</groupId> <artifactId>junit-platform-maven-plugin</artifactId> <version>1.1.6</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>