GroupId | GroupIdio.kestros.commons |
---|---|
ArtifactId | ArtifactIdkestros-parent-strict |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
kestros-parent-strict-0.0.6.pom | 6 KB |
kestros-parent-strict-0.0.6-sources.jar | 3 KB |
kestros-parent-strict-0.0.6-javadoc.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kestros.commons/kestros-parent-strict/ -->
<dependency>
<groupId>io.kestros.commons</groupId>
<artifactId>kestros-parent-strict</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.kestros.commons/kestros-parent-strict/
implementation 'io.kestros.commons:kestros-parent-strict:0.0.6'
// https://jarcasting.com/artifacts/io.kestros.commons/kestros-parent-strict/
implementation ("io.kestros.commons:kestros-parent-strict:0.0.6")
'io.kestros.commons:kestros-parent-strict:jar:0.0.6'
<dependency org="io.kestros.commons" name="kestros-parent-strict" rev="0.0.6">
<artifact name="kestros-parent-strict" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kestros.commons', module='kestros-parent-strict', version='0.0.6')
)
libraryDependencies += "io.kestros.commons" % "kestros-parent-strict" % "0.0.6"
[io.kestros.commons/kestros-parent-strict "0.0.6"]