is not current version
Last Version 1.2.0

io.pdef:pdef 1.0.0

Pdef java descriptors, formats and RPC

GroupId

GroupId

io.pdef
ArtifactId

ArtifactId

pdef
Version

Version

1.0.0
Type

Type

jar

Download pdef 1.0.0


<!-- 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"]