com.github.spt-oss:spt-parent

Parent POM for Maven projects

License

License

GroupId

GroupId

com.github.spt-oss
ArtifactId

ArtifactId

spt-parent
Last Version

Last Version

2.0.5.1
Release Date

Release Date

Type

Type

pom
Description

Description

Parent POM for Maven projects
Project URL

Project URL

https://github.com/spt-oss/spt-parent
Project Organization

Project Organization

SPT
Source Code Management

Source Code Management

https://github.com/spt-oss/spt-parent/tree/master

Download spt-parent

Filename Size
spt-parent-2.0.5.1.pom 10 KB
Browse

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.18

Project Modules

There are no modules declared in this project.

SPT Parent

circleci maven central

  • Parent POM for Maven projects

Usage

  1. Set the parent in your POM.

    <parent>
        <groupId>com.github.spt-oss</groupId>
        <artifactId>spt-parent</artifactId>
        <version>2.0.5.1</version>
    </parent>

License

  • This software is released under the Apache License 2.0.
com.github.spt-oss

SPT

Open Source Libraries for Java

Versions

Version
2.0.5.1
2.0.5.0