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