GroupId | GroupIdorg.hisp.dhis |
---|---|
ArtifactId | ArtifactIdapi-test-utils |
Version | Version1.1.6 |
Type | Typejar |
Filename | Size |
---|---|
api-test-utils-1.1.6.pom | |
api-test-utils-1.1.6.jar | 27 KB |
api-test-utils-1.1.6-sources.jar | 19 KB |
api-test-utils-1.1.6-javadoc.jar | 494 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hisp.dhis/api-test-utils/ -->
<dependency>
<groupId>org.hisp.dhis</groupId>
<artifactId>api-test-utils</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.hisp.dhis/api-test-utils/
implementation 'org.hisp.dhis:api-test-utils:1.1.6'
// https://jarcasting.com/artifacts/org.hisp.dhis/api-test-utils/
implementation ("org.hisp.dhis:api-test-utils:1.1.6")
'org.hisp.dhis:api-test-utils:jar:1.1.6'
<dependency org="org.hisp.dhis" name="api-test-utils" rev="1.1.6">
<artifact name="api-test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hisp.dhis', module='api-test-utils', version='1.1.6')
)
libraryDependencies += "org.hisp.dhis" % "api-test-utils" % "1.1.6"
[org.hisp.dhis/api-test-utils "1.1.6"]