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