is not current version
Last Version 0.5.1

com.github.spt-oss:parent 0.5.0

The parent POM for Java development

GroupId

GroupId

com.github.spt-oss
ArtifactId

ArtifactId

parent
Version

Version

0.5.0
Type

Type

pom

Download parent 0.5.0

Filename Size
parent-0.5.0.pom 14 KB
Browse

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