Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.hisrc.lhapi |
ArtifactId | ArtifactIdlhapi-client |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionJava Client for the LH Public API
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
lhapi-client-1.0.1.pom | |
lhapi-client-1.0.1.jar | 106 KB |
lhapi-client-1.0.1-sources.jar | 63 KB |
lhapi-client-1.0.1-javadoc.jar | 381 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hisrc.lhapi/lhapi-client/ -->
<dependency>
<groupId>org.hisrc.lhapi</groupId>
<artifactId>lhapi-client</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hisrc.lhapi/lhapi-client/
implementation 'org.hisrc.lhapi:lhapi-client:1.0.1'
// https://jarcasting.com/artifacts/org.hisrc.lhapi/lhapi-client/
implementation ("org.hisrc.lhapi:lhapi-client:1.0.1")
'org.hisrc.lhapi:lhapi-client:jar:1.0.1'
<dependency org="org.hisrc.lhapi" name="lhapi-client" rev="1.0.1">
<artifact name="lhapi-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hisrc.lhapi', module='lhapi-client', version='1.0.1')
)
libraryDependencies += "org.hisrc.lhapi" % "lhapi-client" % "1.0.1"
[org.hisrc.lhapi/lhapi-client "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.2.1 |
io.swagger : swagger-annotations | jar | 1.5.4 |
com.sun.jersey : jersey-client | jar | 1.18 |
com.sun.jersey.contribs : jersey-multipart | jar | 1.18 |
com.fasterxml.jackson.core : jackson-core | jar | 2.4.2 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.4.2 |
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.4.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.4.2 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.4.2 |
com.fasterxml.jackson.datatype : jackson-datatype-joda | jar | 2.4.2 |
com.brsanthu : migbase64 | jar | 2.2 |
joda-time : joda-time | jar | 2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |