OSSParent

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

License

License

GroupId

GroupId

com.jacarrichan
ArtifactId

ArtifactId

oss-parent
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

https://github.com/jacarrichan/OSSParent
Source Code Management

Source Code Management

https://github.com/jacarrichan

Download oss-parent

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

How to add to project

<!-- https://jarcasting.com/artifacts/com.jacarrichan/oss-parent/ -->
<dependency>
    <groupId>com.jacarrichan</groupId>
    <artifactId>oss-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jacarrichan/oss-parent/
implementation 'com.jacarrichan:oss-parent:1.0.0'
// https://jarcasting.com/artifacts/com.jacarrichan/oss-parent/
implementation ("com.jacarrichan:oss-parent:1.0.0")
'com.jacarrichan:oss-parent:pom:1.0.0'
<dependency org="com.jacarrichan" name="oss-parent" rev="1.0.0">
  <artifact name="oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jacarrichan', module='oss-parent', version='1.0.0')
)
libraryDependencies += "com.jacarrichan" % "oss-parent" % "1.0.0"
[com.jacarrichan/oss-parent "1.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
1.0.0