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