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