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