k

k2

K2 simplifies structuring a java application around modules.
https://github.com/katari/k2
The Apache License, Version 2.0
Pablo
Files download
File Operation
k2-0.0.3.pom download
Apache Maven
<dependency>
  <groupId>com.github.katari</groupId>
  <artifactId>k2</artifactId>
  <version>0.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.katari:k2:0.0.3'
Gradle Kotlin
implementation("com.github.katari:k2:0.0.3")
Scala SBT
libraryDependencies += "com.github.katari" % "k2" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.katari', module='k2', version='0.0.3')
)
Apache Ivy
<dependency org="com.github.katari" name="k2" rev="0.0.3" />
Leiningen
[com.github.katari/k2 "0.0.3"]
Apache Buildr
'com.github.katari:k2:jar:0.0.3'
Dependencies
The project has no third-party dependencies