GroupId | GroupIdorg.hisp.dhis |
---|---|
ArtifactId | ArtifactIddhis2-support-commons |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
dhis2-support-commons-1.0.pom | |
dhis2-support-commons-1.0.jar | 42 KB |
dhis2-support-commons-1.0-sources.jar | 58 KB |
dhis2-support-commons-1.0-javadoc.jar | 231 KB |
Browse |
<!-- 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"]