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