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