is not current version
Last Version 2.0.0

cn.songxinqiang:oss-parent 1.8.1

maven项目的基本设置,打包的参数,发布到中央仓库的必要设置,项目继承之后不需要单独重复的配置.

GroupId

GroupId

cn.songxinqiang
ArtifactId

ArtifactId

oss-parent
Version

Version

1.8.1
Type

Type

pom

Download oss-parent 1.8.1

Filename Size
oss-parent-1.8.1.pom 5 KB
Browse

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