License |
License |
---|---|
GroupId | GroupIdcom.jacarrichan |
ArtifactId | ArtifactIdoss-parent |
Last Version | Last Version1.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-1.0.0.pom | 5 KB |
Browse |
<!-- 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"]