is not current version
Last Version 9

com.github.jeluard:oss-parent 7

Parent POM for jeluard OpenSource projects

GroupId

GroupId

com.github.jeluard
ArtifactId

ArtifactId

oss-parent
Version

Version

7
Type

Type

pom

Download oss-parent 7

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

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