GroupId | GroupIdco.fingerprintsoft |
---|---|
ArtifactId | ArtifactIdstarters-parent |
Version | Version1.0.10 |
Type | Typepom |
Filename | Size |
---|---|
starters-parent-1.0.10.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.fingerprintsoft/starters-parent/ -->
<dependency>
<groupId>co.fingerprintsoft</groupId>
<artifactId>starters-parent</artifactId>
<version>1.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.fingerprintsoft/starters-parent/
implementation 'co.fingerprintsoft:starters-parent:1.0.10'
// https://jarcasting.com/artifacts/co.fingerprintsoft/starters-parent/
implementation ("co.fingerprintsoft:starters-parent:1.0.10")
'co.fingerprintsoft:starters-parent:pom:1.0.10'
<dependency org="co.fingerprintsoft" name="starters-parent" rev="1.0.10">
<artifact name="starters-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.fingerprintsoft', module='starters-parent', version='1.0.10')
)
libraryDependencies += "co.fingerprintsoft" % "starters-parent" % "1.0.10"
[co.fingerprintsoft/starters-parent "1.0.10"]