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