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