Last Version

K2 project aggregator 0.1.11

K2 simplifies structuring a java application around modules.

License

License

GroupId

GroupId

com.github.katari
ArtifactId

ArtifactId

k2
Version

Version

0.1.11
Type

Type

pom
Description

Description

K2 project aggregator
K2 simplifies structuring a java application around modules.
Project URL

Project URL

https://github.com/katari/k2
Source Code Management

Source Code Management

https://github.com/katari/k2

Download k2 0.1.11

Filename Size
k2-0.1.11.pom 3 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • k2-parent
  • k2-core
  • k2-hibernate
  • k2-archetype-application
  • k2-archetype-module
  • k2-build-tools
  • k2-shiro
  • k2-swagger
  • k2-maven-plugin