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