Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.mikesena.maven.shared |
ArtifactId | ArtifactIdparent-pom |
Version | Version2.3 |
Type | Typepom |
Filename | Size |
---|---|
parent-pom-2.3.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.3</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.3'
// https://jarcasting.com/artifacts/com.github.mikesena.maven.shared/parent-pom/
implementation ("com.github.mikesena.maven.shared:parent-pom:2.3")
'com.github.mikesena.maven.shared:parent-pom:pom:2.3'
<dependency org="com.github.mikesena.maven.shared" name="parent-pom" rev="2.3">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mikesena.maven.shared', module='parent-pom', version='2.3')
)
libraryDependencies += "com.github.mikesena.maven.shared" % "parent-pom" % "2.3"
[com.github.mikesena.maven.shared/parent-pom "2.3"]