License |
License |
---|---|
Categories |
CategoriesBuild Tools |
GroupId | GroupIdcom.github.katari |
ArtifactId | ArtifactIdk2-build-tools |
Version | Version0.1.10 |
Type | Typejar |
Description |
DescriptionK2 build tools
K2 simplifies structuring a java application around modules.
|
Filename | Size |
---|---|
k2-build-tools-0.1.10.pom | |
k2-build-tools-0.1.10.jar | 4 KB |
k2-build-tools-0.1.10-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.katari/k2-build-tools/ -->
<dependency>
<groupId>com.github.katari</groupId>
<artifactId>k2-build-tools</artifactId>
<version>0.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.katari/k2-build-tools/
implementation 'com.github.katari:k2-build-tools:0.1.10'
// https://jarcasting.com/artifacts/com.github.katari/k2-build-tools/
implementation ("com.github.katari:k2-build-tools:0.1.10")
'com.github.katari:k2-build-tools:jar:0.1.10'
<dependency org="com.github.katari" name="k2-build-tools" rev="0.1.10">
<artifact name="k2-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.katari', module='k2-build-tools', version='0.1.10')
)
libraryDependencies += "com.github.katari" % "k2-build-tools" % "0.1.10"
[com.github.katari/k2-build-tools "0.1.10"]