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