License |
License |
---|---|
GroupId | GroupIdcom.github.rebue.common-pom |
ArtifactId | ArtifactIdcommon-parent |
Version | Version1.1.0 |
Type | Typepom |
Description |
Description普通Maven项目(非Spring Boot的项目)的父项目
|
Filename | Size |
---|---|
common-parent-1.1.0.pom | 835 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rebue.common-pom/common-parent/ -->
<dependency>
<groupId>com.github.rebue.common-pom</groupId>
<artifactId>common-parent</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rebue.common-pom/common-parent/
implementation 'com.github.rebue.common-pom:common-parent:1.1.0'
// https://jarcasting.com/artifacts/com.github.rebue.common-pom/common-parent/
implementation ("com.github.rebue.common-pom:common-parent:1.1.0")
'com.github.rebue.common-pom:common-parent:pom:1.1.0'
<dependency org="com.github.rebue.common-pom" name="common-parent" rev="1.1.0">
<artifact name="common-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.common-pom', module='common-parent', version='1.1.0')
)
libraryDependencies += "com.github.rebue.common-pom" % "common-parent" % "1.1.0"
[com.github.rebue.common-pom/common-parent "1.1.0"]