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