Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.hostettler.jdd |
ArtifactId | ArtifactIdjdd |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jdd-1.0.0.pom | |
jdd-1.0.0.jar | 66 KB |
jdd-1.0.0-sources.jar | 24 KB |
jdd-1.0.0-javadoc.jar | 580 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.hostettler.jdd/jdd/ -->
<dependency>
<groupId>net.hostettler.jdd</groupId>
<artifactId>jdd</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.hostettler.jdd/jdd/
implementation 'net.hostettler.jdd:jdd:1.0.0'
// https://jarcasting.com/artifacts/net.hostettler.jdd/jdd/
implementation ("net.hostettler.jdd:jdd:1.0.0")
'net.hostettler.jdd:jdd:jar:1.0.0'
<dependency org="net.hostettler.jdd" name="jdd" rev="1.0.0">
<artifact name="jdd" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hostettler.jdd', module='jdd', version='1.0.0')
)
libraryDependencies += "net.hostettler.jdd" % "jdd" % "1.0.0"
[net.hostettler.jdd/jdd "1.0.0"]