| GroupId | GroupIdio.toolisticon.aptk |
|---|---|
| ArtifactId | ArtifactIdexample-parent |
| Version | Version0.16.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| example-parent-0.16.0.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.16.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.toolisticon.aptk/example-parent/
implementation 'io.toolisticon.aptk:example-parent:0.16.0'
// https://jarcasting.com/artifacts/io.toolisticon.aptk/example-parent/
implementation ("io.toolisticon.aptk:example-parent:0.16.0")
'io.toolisticon.aptk:example-parent:pom:0.16.0'
<dependency org="io.toolisticon.aptk" name="example-parent" rev="0.16.0">
<artifact name="example-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.toolisticon.aptk', module='example-parent', version='0.16.0')
)
libraryDependencies += "io.toolisticon.aptk" % "example-parent" % "0.16.0"
[io.toolisticon.aptk/example-parent "0.16.0"]