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