is not current version
Last Version 0.1.11

com.github.katari:k2 0.0.14

K2 simplifies structuring a java application around modules.

GroupId

GroupId

com.github.katari
ArtifactId

ArtifactId

k2
Version

Version

0.0.14
Type

Type

pom

Download k2 0.0.14

Filename Size
k2-0.0.14.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.katari/k2/ -->
<dependency>
    <groupId>com.github.katari</groupId>
    <artifactId>k2</artifactId>
    <version>0.0.14</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.katari/k2/
implementation 'com.github.katari:k2:0.0.14'
// https://jarcasting.com/artifacts/com.github.katari/k2/
implementation ("com.github.katari:k2:0.0.14")
'com.github.katari:k2:pom:0.0.14'
<dependency org="com.github.katari" name="k2" rev="0.0.14">
  <artifact name="k2" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.katari', module='k2', version='0.0.14')
)
libraryDependencies += "com.github.katari" % "k2" % "0.0.14"
[com.github.katari/k2 "0.0.14"]