is not current version
Last Version 1.0.0

com.github.tix320:oss-parent 0.1.0

Oss Parent pom with required configurations

GroupId

GroupId

com.github.tix320
ArtifactId

ArtifactId

oss-parent
Version

Version

0.1.0
Type

Type

pom

Download oss-parent 0.1.0

Filename Size
oss-parent-0.1.0.pom 3 KB
Browse

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