GroupId | GroupIdcom.github.mkolisnyk |
---|---|
ArtifactId | ArtifactIdparent-pom |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
parent-pom-0.0.1.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mkolisnyk/parent-pom/ -->
<dependency>
<groupId>com.github.mkolisnyk</groupId>
<artifactId>parent-pom</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mkolisnyk/parent-pom/
implementation 'com.github.mkolisnyk:parent-pom:0.0.1'
// https://jarcasting.com/artifacts/com.github.mkolisnyk/parent-pom/
implementation ("com.github.mkolisnyk:parent-pom:0.0.1")
'com.github.mkolisnyk:parent-pom:pom:0.0.1'
<dependency org="com.github.mkolisnyk" name="parent-pom" rev="0.0.1">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mkolisnyk', module='parent-pom', version='0.0.1')
)
libraryDependencies += "com.github.mkolisnyk" % "parent-pom" % "0.0.1"
[com.github.mkolisnyk/parent-pom "0.0.1"]