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