GroupId | GroupIdio.starter |
---|---|
ArtifactId | ArtifactIdstackgen-parent |
Version | Version0.9.12 |
Type | Typepom |
Filename | Size |
---|---|
stackgen-parent-0.9.12.pom | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.starter/stackgen-parent/ -->
<dependency>
<groupId>io.starter</groupId>
<artifactId>stackgen-parent</artifactId>
<version>0.9.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.starter/stackgen-parent/
implementation 'io.starter:stackgen-parent:0.9.12'
// https://jarcasting.com/artifacts/io.starter/stackgen-parent/
implementation ("io.starter:stackgen-parent:0.9.12")
'io.starter:stackgen-parent:pom:0.9.12'
<dependency org="io.starter" name="stackgen-parent" rev="0.9.12">
<artifact name="stackgen-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.starter', module='stackgen-parent', version='0.9.12')
)
libraryDependencies += "io.starter" % "stackgen-parent" % "0.9.12"
[io.starter/stackgen-parent "0.9.12"]