| GroupId | GroupIdio.pdef |
|---|---|
| ArtifactId | ArtifactIdpdef |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pdef-1.0.0.pom | |
| pdef-1.0.0.jar | 84 KB |
| pdef-1.0.0-sources.jar | 48 KB |
| pdef-1.0.0-javadoc.jar | 252 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.pdef/pdef/ -->
<dependency>
<groupId>io.pdef</groupId>
<artifactId>pdef</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.pdef/pdef/
implementation 'io.pdef:pdef:1.0.0'
// https://jarcasting.com/artifacts/io.pdef/pdef/
implementation ("io.pdef:pdef:1.0.0")
'io.pdef:pdef:jar:1.0.0'
<dependency org="io.pdef" name="pdef" rev="1.0.0">
<artifact name="pdef" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pdef', module='pdef', version='1.0.0')
)
libraryDependencies += "io.pdef" % "pdef" % "1.0.0"
[io.pdef/pdef "1.0.0"]