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