| License |
License |
|---|---|
| GroupId | GroupIdcom.github.katari |
| ArtifactId | ArtifactIdk2-parent |
| Last Version | Last Version0.1.11 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionK2 simplifies structuring a java application around modules.
|
| Filename | Size |
|---|---|
| k2-parent-0.1.11.pom | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.katari/k2-parent/ -->
<dependency>
<groupId>com.github.katari</groupId>
<artifactId>k2-parent</artifactId>
<version>0.1.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.katari/k2-parent/
implementation 'com.github.katari:k2-parent:0.1.11'
// https://jarcasting.com/artifacts/com.github.katari/k2-parent/
implementation ("com.github.katari:k2-parent:0.1.11")
'com.github.katari:k2-parent:pom:0.1.11'
<dependency org="com.github.katari" name="k2-parent" rev="0.1.11">
<artifact name="k2-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.katari', module='k2-parent', version='0.1.11')
)
libraryDependencies += "com.github.katari" % "k2-parent" % "0.1.11"
[com.github.katari/k2-parent "0.1.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jacoco : org.jacoco.agent | jar | 0.7.8 |