GroupId | GroupIdcom.parship |
---|---|
ArtifactId | ArtifactIdroperty |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
roperty-0.6.pom | |
roperty-0.6.jar | 22 KB |
roperty-0.6-sources.jar | 19 KB |
roperty-0.6-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.parship/roperty/ -->
<dependency>
<groupId>com.parship</groupId>
<artifactId>roperty</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.parship/roperty/
implementation 'com.parship:roperty:0.6'
// https://jarcasting.com/artifacts/com.parship/roperty/
implementation ("com.parship:roperty:0.6")
'com.parship:roperty:jar:0.6'
<dependency org="com.parship" name="roperty" rev="0.6">
<artifact name="roperty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.parship', module='roperty', version='0.6')
)
libraryDependencies += "com.parship" % "roperty" % "0.6"
[com.parship/roperty "0.6"]