Last Version

OSSParent 2.0.0

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

License

License

GroupId

GroupId

cn.songxinqiang
ArtifactId

ArtifactId

oss-parent
Version

Version

2.0.0
Type

Type

pom
Description

Description

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

Project URL

https://gitee.com/songxinqiang/OSSParent
Source Code Management

Source Code Management

https://gitee.com/songxinqiang/OSSParent

Download oss-parent 2.0.0

Filename Size
oss-parent-2.0.0.pom 5 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.