| GroupId | GroupIdcom.github.vatbub |
|---|---|
| ArtifactId | ArtifactIdparentPom |
| Version | Version0.0.18 |
| Type | Typejar |
| Filename | Size |
|---|---|
| parentPom-0.0.18.pom | 12 KB |
| parentPom-0.0.18-jar-with-dependencies.jar | 203 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.vatbub/parentPom/ -->
<dependency>
<groupId>com.github.vatbub</groupId>
<artifactId>parentPom</artifactId>
<version>0.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vatbub/parentPom/
implementation 'com.github.vatbub:parentPom:0.0.18'
// https://jarcasting.com/artifacts/com.github.vatbub/parentPom/
implementation ("com.github.vatbub:parentPom:0.0.18")
'com.github.vatbub:parentPom:jar:0.0.18'
<dependency org="com.github.vatbub" name="parentPom" rev="0.0.18">
<artifact name="parentPom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vatbub', module='parentPom', version='0.0.18')
)
libraryDependencies += "com.github.vatbub" % "parentPom" % "0.0.18"
[com.github.vatbub/parentPom "0.0.18"]