is not current version
Last Version 7

com.github.sarxos:oss-parent 5

This is parent POM for my OSS projects

GroupId

GroupId

com.github.sarxos
ArtifactId

ArtifactId

oss-parent
Version

Version

5
Type

Type

pom

Download oss-parent 5

Filename Size
oss-parent-5.pom 16 KB
Browse

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