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