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