GroupId | GroupIdcom.github.jeluard |
---|---|
ArtifactId | ArtifactIdoss-parent |
Version | Version2 |
Type | Typepom |
Filename | Size |
---|---|
oss-parent-2.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jeluard/oss-parent/ -->
<dependency>
<groupId>com.github.jeluard</groupId>
<artifactId>oss-parent</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jeluard/oss-parent/
implementation 'com.github.jeluard:oss-parent:2'
// https://jarcasting.com/artifacts/com.github.jeluard/oss-parent/
implementation ("com.github.jeluard:oss-parent:2")
'com.github.jeluard:oss-parent:pom:2'
<dependency org="com.github.jeluard" name="oss-parent" rev="2">
<artifact name="oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jeluard', module='oss-parent', version='2')
)
libraryDependencies += "com.github.jeluard" % "oss-parent" % "2"
[com.github.jeluard/oss-parent "2"]