GroupId | GroupIdcom.github.hjohn.ddif |
---|---|
ArtifactId | ArtifactIdddif-test-api |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
ddif-test-api-1.0.2.pom | |
ddif-test-api-1.0.2.jar | 3 KB |
ddif-test-api-1.0.2-sources.jar | 2 KB |
ddif-test-api-1.0.2-javadoc.jar | 400 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hjohn.ddif/ddif-test-api/ -->
<dependency>
<groupId>com.github.hjohn.ddif</groupId>
<artifactId>ddif-test-api</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hjohn.ddif/ddif-test-api/
implementation 'com.github.hjohn.ddif:ddif-test-api:1.0.2'
// https://jarcasting.com/artifacts/com.github.hjohn.ddif/ddif-test-api/
implementation ("com.github.hjohn.ddif:ddif-test-api:1.0.2")
'com.github.hjohn.ddif:ddif-test-api:jar:1.0.2'
<dependency org="com.github.hjohn.ddif" name="ddif-test-api" rev="1.0.2">
<artifact name="ddif-test-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hjohn.ddif', module='ddif-test-api', version='1.0.2')
)
libraryDependencies += "com.github.hjohn.ddif" % "ddif-test-api" % "1.0.2"
[com.github.hjohn.ddif/ddif-test-api "1.0.2"]