GroupId | GroupIdcom.github.hjohn.ddif |
---|---|
ArtifactId | ArtifactIdddif-test-api |
Version | Version4.0.0-alpha.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hjohn.ddif/ddif-test-api/ -->
<dependency>
<groupId>com.github.hjohn.ddif</groupId>
<artifactId>ddif-test-api</artifactId>
<version>4.0.0-alpha.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hjohn.ddif/ddif-test-api/
implementation 'com.github.hjohn.ddif:ddif-test-api:4.0.0-alpha.4'
// https://jarcasting.com/artifacts/com.github.hjohn.ddif/ddif-test-api/
implementation ("com.github.hjohn.ddif:ddif-test-api:4.0.0-alpha.4")
'com.github.hjohn.ddif:ddif-test-api:jar:4.0.0-alpha.4'
<dependency org="com.github.hjohn.ddif" name="ddif-test-api" rev="4.0.0-alpha.4">
<artifact name="ddif-test-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hjohn.ddif', module='ddif-test-api', version='4.0.0-alpha.4')
)
libraryDependencies += "com.github.hjohn.ddif" % "ddif-test-api" % "4.0.0-alpha.4"
[com.github.hjohn.ddif/ddif-test-api "4.0.0-alpha.4"]