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