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