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