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