OSSParent

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

License

License

GroupId

GroupId

cn.songxinqiang
ArtifactId

ArtifactId

oss-parent
Last Version

Last Version

2.0.0
Release Date

Release Date

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

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

How to add to project

<!-- 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.

Versions

Version
2.0.0
1.8.1
1.8.0
1.7.1
1.7
1.6
1.5
1.4
1.3
1.2_java8
1.2_java7
1.1.1
1.1
1.0