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