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