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