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