is not current version
Last Version 1.2.0

io.pdef:pdef 1.1.1

Pdef java descriptors, formats and RPC

GroupId

GroupId

io.pdef
ArtifactId

ArtifactId

pdef
Version

Version

1.1.1
Type

Type

jar

Download pdef 1.1.1


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