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