GroupId | GroupIdcom.github.hjohn.ddif |
---|---|
ArtifactId | ArtifactIdddif-test-api |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
ddif-test-api-1.0.1.pom | |
ddif-test-api-1.0.1.jar | 2 KB |
ddif-test-api-1.0.1-sources.jar | 2 KB |
ddif-test-api-1.0.1-javadoc.jar | 370 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hjohn.ddif/ddif-test-api/
implementation 'com.github.hjohn.ddif:ddif-test-api:1.0.1'
// https://jarcasting.com/artifacts/com.github.hjohn.ddif/ddif-test-api/
implementation ("com.github.hjohn.ddif:ddif-test-api:1.0.1")
'com.github.hjohn.ddif:ddif-test-api:jar:1.0.1'
<dependency org="com.github.hjohn.ddif" name="ddif-test-api" rev="1.0.1">
<artifact name="ddif-test-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hjohn.ddif', module='ddif-test-api', version='1.0.1')
)
libraryDependencies += "com.github.hjohn.ddif" % "ddif-test-api" % "1.0.1"
[com.github.hjohn.ddif/ddif-test-api "1.0.1"]