| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdcom.github.mikesena.maven.shared |
| ArtifactId | ArtifactIdparent-pom |
| Last Version | Last Version2.8 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionShared Parent POM
Unifies Maven-based Github projects by Michael Sena.
|
| Filename | Size |
|---|---|
| parent-pom-2.8.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mikesena.maven.shared/parent-pom/ -->
<dependency>
<groupId>com.github.mikesena.maven.shared</groupId>
<artifactId>parent-pom</artifactId>
<version>2.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mikesena.maven.shared/parent-pom/
implementation 'com.github.mikesena.maven.shared:parent-pom:2.8'
// https://jarcasting.com/artifacts/com.github.mikesena.maven.shared/parent-pom/
implementation ("com.github.mikesena.maven.shared:parent-pom:2.8")
'com.github.mikesena.maven.shared:parent-pom:pom:2.8'
<dependency org="com.github.mikesena.maven.shared" name="parent-pom" rev="2.8">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mikesena.maven.shared', module='parent-pom', version='2.8')
)
libraryDependencies += "com.github.mikesena.maven.shared" % "parent-pom" % "2.8"
[com.github.mikesena.maven.shared/parent-pom "2.8"]