GroupId | GroupIdcom.github.katari |
---|---|
ArtifactId | ArtifactIdk2-core |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
k2-core-0.0.3.pom | |
k2-core-0.0.3.jar | 30 KB |
k2-core-0.0.3-sources.jar | 23 KB |
k2-core-0.0.3-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.katari/k2-core/ -->
<dependency>
<groupId>com.github.katari</groupId>
<artifactId>k2-core</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.katari/k2-core/
implementation 'com.github.katari:k2-core:0.0.3'
// https://jarcasting.com/artifacts/com.github.katari/k2-core/
implementation ("com.github.katari:k2-core:0.0.3")
'com.github.katari:k2-core:jar:0.0.3'
<dependency org="com.github.katari" name="k2-core" rev="0.0.3">
<artifact name="k2-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.katari', module='k2-core', version='0.0.3')
)
libraryDependencies += "com.github.katari" % "k2-core" % "0.0.3"
[com.github.katari/k2-core "0.0.3"]