is not current version
Last Version 1.2.3

tools.devnull:parent 1.0.0

This is the parent pom

GroupId

GroupId

tools.devnull
ArtifactId

ArtifactId

parent
Version

Version

1.0.0
Type

Type

pom

Download parent 1.0.0

Filename Size
parent-1.0.0.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/tools.devnull/parent/ -->
<dependency>
    <groupId>tools.devnull</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tools.devnull/parent/
implementation 'tools.devnull:parent:1.0.0'
// https://jarcasting.com/artifacts/tools.devnull/parent/
implementation ("tools.devnull:parent:1.0.0")
'tools.devnull:parent:pom:1.0.0'
<dependency org="tools.devnull" name="parent" rev="1.0.0">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='tools.devnull', module='parent', version='1.0.0')
)
libraryDependencies += "tools.devnull" % "parent" % "1.0.0"
[tools.devnull/parent "1.0.0"]