is not current version
Last Version 2.0.0

cn.songxinqiang:oss-parent 1.6

This is the common settings for maven projects to publish to Maven Central Repository, artifacts extend from this one can publish to the repo without any setting.

GroupId

GroupId

cn.songxinqiang
ArtifactId

ArtifactId

oss-parent
Version

Version

1.6
Type

Type

pom

Download oss-parent 1.6

Filename Size
oss-parent-1.6.pom 8 KB
Browse

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