| GroupId | GroupIdio.toolisticon.aptk |
|---|---|
| ArtifactId | ArtifactIdexample-parent |
| Version | Version0.15.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| example-parent-0.15.2.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.toolisticon.aptk/example-parent/ -->
<dependency>
<groupId>io.toolisticon.aptk</groupId>
<artifactId>example-parent</artifactId>
<version>0.15.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.toolisticon.aptk/example-parent/
implementation 'io.toolisticon.aptk:example-parent:0.15.2'
// https://jarcasting.com/artifacts/io.toolisticon.aptk/example-parent/
implementation ("io.toolisticon.aptk:example-parent:0.15.2")
'io.toolisticon.aptk:example-parent:pom:0.15.2'
<dependency org="io.toolisticon.aptk" name="example-parent" rev="0.15.2">
<artifact name="example-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.toolisticon.aptk', module='example-parent', version='0.15.2')
)
libraryDependencies += "io.toolisticon.aptk" % "example-parent" % "0.15.2"
[io.toolisticon.aptk/example-parent "0.15.2"]