License |
License |
---|---|
GroupId | GroupIdtop.andoudou |
ArtifactId | ArtifactIdbase_parent |
Last Version | Last Version1.0.2-RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionbase_parent
基础父项目,只是定义了版本号、核心的一些配置
|
Project URL |
Project URL |
Filename | Size |
---|---|
base_parent-1.0.2-RELEASE.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.andoudou/base_parent/ -->
<dependency>
<groupId>top.andoudou</groupId>
<artifactId>base_parent</artifactId>
<version>1.0.2-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.andoudou/base_parent/
implementation 'top.andoudou:base_parent:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/top.andoudou/base_parent/
implementation ("top.andoudou:base_parent:1.0.2-RELEASE")
'top.andoudou:base_parent:pom:1.0.2-RELEASE'
<dependency org="top.andoudou" name="base_parent" rev="1.0.2-RELEASE">
<artifact name="base_parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.andoudou', module='base_parent', version='1.0.2-RELEASE')
)
libraryDependencies += "top.andoudou" % "base_parent" % "1.0.2-RELEASE"
[top.andoudou/base_parent "1.0.2-RELEASE"]