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