| GroupId | GroupIdcom.github.vatbub |
|---|---|
| ArtifactId | ArtifactIdparentPom |
| Version | Version2.0.0-alpha2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| parentPom-2.0.0-alpha2.pom | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.vatbub/parentPom/ -->
<dependency>
<groupId>com.github.vatbub</groupId>
<artifactId>parentPom</artifactId>
<version>2.0.0-alpha2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.vatbub/parentPom/
implementation 'com.github.vatbub:parentPom:2.0.0-alpha2'
// https://jarcasting.com/artifacts/com.github.vatbub/parentPom/
implementation ("com.github.vatbub:parentPom:2.0.0-alpha2")
'com.github.vatbub:parentPom:pom:2.0.0-alpha2'
<dependency org="com.github.vatbub" name="parentPom" rev="2.0.0-alpha2">
<artifact name="parentPom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.vatbub', module='parentPom', version='2.0.0-alpha2')
)
libraryDependencies += "com.github.vatbub" % "parentPom" % "2.0.0-alpha2"
[com.github.vatbub/parentPom "2.0.0-alpha2"]