is not current version
Last Version 0.5.1

com.github.spt-oss:parent 0.1.12

The parent POM for Java development

GroupId

GroupId

com.github.spt-oss
ArtifactId

ArtifactId

parent
Version

Version

0.1.12
Type

Type

pom

Download parent 0.1.12

Filename Size
parent-0.1.12.pom 17 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.spt-oss/parent/ -->
<dependency>
    <groupId>com.github.spt-oss</groupId>
    <artifactId>parent</artifactId>
    <version>0.1.12</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.spt-oss/parent/
implementation 'com.github.spt-oss:parent:0.1.12'
// https://jarcasting.com/artifacts/com.github.spt-oss/parent/
implementation ("com.github.spt-oss:parent:0.1.12")
'com.github.spt-oss:parent:pom:0.1.12'
<dependency org="com.github.spt-oss" name="parent" rev="0.1.12">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.spt-oss', module='parent', version='0.1.12')
)
libraryDependencies += "com.github.spt-oss" % "parent" % "0.1.12"
[com.github.spt-oss/parent "0.1.12"]