is not current version
Last Version 0.2.2

io.kestros.commons:kestros-parent-strict 0.1.1

Base Sling project build manager. Contains dependency and plugin versions for building and installing Bundles and Packages to Sling instances. Uses maven-checkstyle-plugin, maven-findbugs-plugin, and apache-rat-plugin to enforce standards.

GroupId

GroupId

io.kestros.commons
ArtifactId

ArtifactId

kestros-parent-strict
Version

Version

0.1.1
Type

Type

jar

Download kestros-parent-strict 0.1.1


<!-- https://jarcasting.com/artifacts/io.kestros.commons/kestros-parent-strict/ -->
<dependency>
    <groupId>io.kestros.commons</groupId>
    <artifactId>kestros-parent-strict</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.kestros.commons/kestros-parent-strict/
implementation 'io.kestros.commons:kestros-parent-strict:0.1.1'
// https://jarcasting.com/artifacts/io.kestros.commons/kestros-parent-strict/
implementation ("io.kestros.commons:kestros-parent-strict:0.1.1")
'io.kestros.commons:kestros-parent-strict:jar:0.1.1'
<dependency org="io.kestros.commons" name="kestros-parent-strict" rev="0.1.1">
  <artifact name="kestros-parent-strict" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kestros.commons', module='kestros-parent-strict', version='0.1.1')
)
libraryDependencies += "io.kestros.commons" % "kestros-parent-strict" % "0.1.1"
[io.kestros.commons/kestros-parent-strict "0.1.1"]