is not current version
Last Version 9

com.github.jeluard:oss-parent 6

Parent POM for jeluard OpenSource projects

GroupId

GroupId

com.github.jeluard
ArtifactId

ArtifactId

oss-parent
Version

Version

6
Type

Type

pom

Download oss-parent 6

Filename Size
oss-parent-6.pom 12 KB
Browse

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