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