не последняя версия
Последняя версия 0.1.3

com.remondis:propertypath 0.1.2

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

Группа

Группа

com.remondis
Идентификатор

Идентификатор

propertypath
Версия

Версия

0.1.2
Тип

Тип

jar

Скачать propertypath 0.1.2


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