License |
License |
---|---|
GroupId | GroupIdcom.github.XDean |
ArtifactId | ArtifactIdoss-parent |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOSS Parent
Sonatype Deploy Parent
|
Filename | Size |
---|---|
oss-parent-1.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.XDean/oss-parent/ -->
<dependency>
<groupId>com.github.XDean</groupId>
<artifactId>oss-parent</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.XDean/oss-parent/
implementation 'com.github.XDean:oss-parent:1.2'
// https://jarcasting.com/artifacts/com.github.XDean/oss-parent/
implementation ("com.github.XDean:oss-parent:1.2")
'com.github.XDean:oss-parent:pom:1.2'
<dependency org="com.github.XDean" name="oss-parent" rev="1.2">
<artifact name="oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.XDean', module='oss-parent', version='1.2')
)
libraryDependencies += "com.github.XDean" % "oss-parent" % "1.2"
[com.github.XDean/oss-parent "1.2"]