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