GroupId | GroupIdde.matrixweb.smaller |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version0.6.3 |
Type | Typepom |
Filename | Size |
---|---|
parent-0.6.3.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.matrixweb.smaller/parent/ -->
<dependency>
<groupId>de.matrixweb.smaller</groupId>
<artifactId>parent</artifactId>
<version>0.6.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.matrixweb.smaller/parent/
implementation 'de.matrixweb.smaller:parent:0.6.3'
// https://jarcasting.com/artifacts/de.matrixweb.smaller/parent/
implementation ("de.matrixweb.smaller:parent:0.6.3")
'de.matrixweb.smaller:parent:pom:0.6.3'
<dependency org="de.matrixweb.smaller" name="parent" rev="0.6.3">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.matrixweb.smaller', module='parent', version='0.6.3')
)
libraryDependencies += "de.matrixweb.smaller" % "parent" % "0.6.3"
[de.matrixweb.smaller/parent "0.6.3"]