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