is not current version
Last Version 0.1.3

com.remondis:propertypath 0.0.1

A library for simplifying transitive get calls on a path of Java Bean properties.

GroupId

GroupId

com.remondis
ArtifactId

ArtifactId

propertypath
Version

Version

0.0.1
Type

Type

jar

Download propertypath 0.0.1


<!-- https://jarcasting.com/artifacts/com.remondis/propertypath/ -->
<dependency>
    <groupId>com.remondis</groupId>
    <artifactId>propertypath</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.remondis/propertypath/
implementation 'com.remondis:propertypath:0.0.1'
// https://jarcasting.com/artifacts/com.remondis/propertypath/
implementation ("com.remondis:propertypath:0.0.1")
'com.remondis:propertypath:jar:0.0.1'
<dependency org="com.remondis" name="propertypath" rev="0.0.1">
  <artifact name="propertypath" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.remondis', module='propertypath', version='0.0.1')
)
libraryDependencies += "com.remondis" % "propertypath" % "0.0.1"
[com.remondis/propertypath "0.0.1"]