Categories |
CategoriesBuild Tools |
---|---|
GroupId | GroupIdio.kestros.commons |
ArtifactId | ArtifactIdkestros-build-tools |
Version | Version0.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.kestros.commons/kestros-build-tools/ -->
<dependency>
<groupId>io.kestros.commons</groupId>
<artifactId>kestros-build-tools</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.kestros.commons/kestros-build-tools/
implementation 'io.kestros.commons:kestros-build-tools:0.0.6'
// https://jarcasting.com/artifacts/io.kestros.commons/kestros-build-tools/
implementation ("io.kestros.commons:kestros-build-tools:0.0.6")
'io.kestros.commons:kestros-build-tools:jar:0.0.6'
<dependency org="io.kestros.commons" name="kestros-build-tools" rev="0.0.6">
<artifact name="kestros-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kestros.commons', module='kestros-build-tools', version='0.0.6')
)
libraryDependencies += "io.kestros.commons" % "kestros-build-tools" % "0.0.6"
[io.kestros.commons/kestros-build-tools "0.0.6"]