| GroupId | GroupIdcom.github.katari |
|---|---|
| ArtifactId | ArtifactIdk2-parent |
| Version | Version0.0.10 |
| Type | Typepom |
| Filename | Size |
|---|---|
| k2-parent-0.0.10.pom | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.katari/k2-parent/ -->
<dependency>
<groupId>com.github.katari</groupId>
<artifactId>k2-parent</artifactId>
<version>0.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.katari/k2-parent/
implementation 'com.github.katari:k2-parent:0.0.10'
// https://jarcasting.com/artifacts/com.github.katari/k2-parent/
implementation ("com.github.katari:k2-parent:0.0.10")
'com.github.katari:k2-parent:pom:0.0.10'
<dependency org="com.github.katari" name="k2-parent" rev="0.0.10">
<artifact name="k2-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.katari', module='k2-parent', version='0.0.10')
)
libraryDependencies += "com.github.katari" % "k2-parent" % "0.0.10"
[com.github.katari/k2-parent "0.0.10"]