is not current version
Last Version 1.5.7.1

com.github.spt-oss:spt-maven-parent 1.5.7.0

Parent POM for SPT projects

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.spt-oss
ArtifactId

ArtifactId

spt-maven-parent
Version

Version

1.5.7.0
Type

Type

pom

Download spt-maven-parent 1.5.7.0


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