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