GroupId | GroupIdcom.remondis |
---|---|
ArtifactId | ArtifactIdpropertypath |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
propertypath-0.0.5.pom | |
propertypath-0.0.5.jar | 30 KB |
propertypath-0.0.5-sources.jar | 21 KB |
propertypath-0.0.5-javadoc.jar | 488 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.remondis/propertypath/ -->
<dependency>
<groupId>com.remondis</groupId>
<artifactId>propertypath</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.remondis/propertypath/
implementation 'com.remondis:propertypath:0.0.5'
// https://jarcasting.com/artifacts/com.remondis/propertypath/
implementation ("com.remondis:propertypath:0.0.5")
'com.remondis:propertypath:jar:0.0.5'
<dependency org="com.remondis" name="propertypath" rev="0.0.5">
<artifact name="propertypath" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.remondis', module='propertypath', version='0.0.5')
)
libraryDependencies += "com.remondis" % "propertypath" % "0.0.5"
[com.remondis/propertypath "0.0.5"]