License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdorg.hisp |
ArtifactId | ArtifactIddhis2-java-client |
Version | Version1.3.8 |
Type | Typejar |
Description |
DescriptionDHIS 2 API client for Java
DHIS 2 API client for Java.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
dhis2-java-client-1.3.8.pom | |
dhis2-java-client-1.3.8.jar | 102 KB |
dhis2-java-client-1.3.8-sources.jar | 55 KB |
dhis2-java-client-1.3.8-javadoc.jar | 945 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hisp/dhis2-java-client/ -->
<dependency>
<groupId>org.hisp</groupId>
<artifactId>dhis2-java-client</artifactId>
<version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.hisp/dhis2-java-client/
implementation 'org.hisp:dhis2-java-client:1.3.8'
// https://jarcasting.com/artifacts/org.hisp/dhis2-java-client/
implementation ("org.hisp:dhis2-java-client:1.3.8")
'org.hisp:dhis2-java-client:jar:1.3.8'
<dependency org="org.hisp" name="dhis2-java-client" rev="1.3.8">
<artifact name="dhis2-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hisp', module='dhis2-java-client', version='1.3.8')
)
libraryDependencies += "org.hisp" % "dhis2-java-client" % "1.3.8"
[org.hisp/dhis2-java-client "1.3.8"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents.client5 : httpclient5 | jar | 5.1 |
org.apache.commons : commons-lang3 | jar | 3.11 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.slf4j : slf4j-simple | jar | 1.7.30 |
commons-io : commons-io | jar | 2.8.0 |
com.fasterxml.jackson.core : jackson-core | jar | 2.11.2 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.11.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.2 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |