Last Version

Property Path 0.1.3

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

License

License

GroupId

GroupId

com.remondis
ArtifactId

ArtifactId

propertypath
Version

Version

0.1.3
Type

Type

jar
Description

Description

Property Path
A library for simplifying transitive get calls on a path of Java Bean properties.
Project URL

Project URL

https://github.com/remondis-it/propertypath
Source Code Management

Source Code Management

https://github.com/remondis-it/propertypath.git

Download propertypath 0.1.3


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

Dependencies

compile (1)

Group / Artifact Type Version
cglib : cglib jar 3.2.9

provided (2)

Group / Artifact Type Version
org.springframework : spring-test jar 4.3.16.RELEASE
org.springframework : spring-context jar 4.3.16.RELEASE

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.18.0
org.assertj : assertj-core jar 3.9.1

Project Modules

There are no modules declared in this project.