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