License |
License |
---|---|
GroupId | GroupIdcn.songxinqiang |
ArtifactId | ArtifactIdoss-parent |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOSSParent
maven项目的基本设置,打包的参数,发布到中央仓库的必要设置,项目继承之后不需要单独重复的配置.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
oss-parent-2.0.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.songxinqiang/oss-parent/ -->
<dependency>
<groupId>cn.songxinqiang</groupId>
<artifactId>oss-parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.songxinqiang/oss-parent/
implementation 'cn.songxinqiang:oss-parent:2.0.0'
// https://jarcasting.com/artifacts/cn.songxinqiang/oss-parent/
implementation ("cn.songxinqiang:oss-parent:2.0.0")
'cn.songxinqiang:oss-parent:pom:2.0.0'
<dependency org="cn.songxinqiang" name="oss-parent" rev="2.0.0">
<artifact name="oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.songxinqiang', module='oss-parent', version='2.0.0')
)
libraryDependencies += "cn.songxinqiang" % "oss-parent" % "2.0.0"
[cn.songxinqiang/oss-parent "2.0.0"]