is not current version
Last Version 1.1

org.hisp.dhis:dhis2-support-commons 1.0

General common utilities for Java development

GroupId

GroupId

org.hisp.dhis
ArtifactId

ArtifactId

dhis2-support-commons
Version

Version

1.0
Type

Type

jar

Download dhis2-support-commons 1.0


<!-- https://jarcasting.com/artifacts/org.hisp.dhis/dhis2-support-commons/ -->
<dependency>
    <groupId>org.hisp.dhis</groupId>
    <artifactId>dhis2-support-commons</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hisp.dhis/dhis2-support-commons/
implementation 'org.hisp.dhis:dhis2-support-commons:1.0'
// https://jarcasting.com/artifacts/org.hisp.dhis/dhis2-support-commons/
implementation ("org.hisp.dhis:dhis2-support-commons:1.0")
'org.hisp.dhis:dhis2-support-commons:jar:1.0'
<dependency org="org.hisp.dhis" name="dhis2-support-commons" rev="1.0">
  <artifact name="dhis2-support-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hisp.dhis', module='dhis2-support-commons', version='1.0')
)
libraryDependencies += "org.hisp.dhis" % "dhis2-support-commons" % "1.0"
[org.hisp.dhis/dhis2-support-commons "1.0"]