is not current version
Last Version 0.5.1

com.github.spt-oss:parent 0.4.0

The parent POM for Java development

GroupId

GroupId

com.github.spt-oss
ArtifactId

ArtifactId

parent
Version

Version

0.4.0
Type

Type

pom

Download parent 0.4.0

Filename Size
parent-0.4.0.pom 15 KB
Browse

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