License |
License |
---|---|
GroupId | GroupIdcom.github.jerrymice.common |
ArtifactId | ArtifactIdcommon-pom |
Version | Version0.0.4 |
Type | Typepom |
Description |
Descriptioncomm.github.jerrymice.common-pom
this common pom file,may project parent pom,
avoid the hassle of repeatedly configuring many maven plugin,
It can help you quickly publish projects to GitHub and Maven Central Repository.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-pom-0.0.4.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jerrymice.common/common-pom/ -->
<dependency>
<groupId>com.github.jerrymice.common</groupId>
<artifactId>common-pom</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jerrymice.common/common-pom/
implementation 'com.github.jerrymice.common:common-pom:0.0.4'
// https://jarcasting.com/artifacts/com.github.jerrymice.common/common-pom/
implementation ("com.github.jerrymice.common:common-pom:0.0.4")
'com.github.jerrymice.common:common-pom:pom:0.0.4'
<dependency org="com.github.jerrymice.common" name="common-pom" rev="0.0.4">
<artifact name="common-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jerrymice.common', module='common-pom', version='0.0.4')
)
libraryDependencies += "com.github.jerrymice.common" % "common-pom" % "0.0.4"
[com.github.jerrymice.common/common-pom "0.0.4"]