| GroupId | GroupIdtools.devnull |
|---|---|
| ArtifactId | ArtifactIdparent |
| Version | Version1.0.0 |
| Type | Typepom |
| 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"]