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