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