is not current version
Last Version 0.1.11

com.github.katari:k2 0.0.4

K2 simplifies structuring a java application around modules.

GroupId

GroupId

com.github.katari
ArtifactId

ArtifactId

k2
Version

Version

0.0.4
Type

Type

pom

Download k2 0.0.4

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"]