p

propertypath

A library for simplifying transitive get calls on a path of Java Bean properties.
https://github.com/remondis-it/propertypath
The Apache Software License, Version 2.0
Christopher Schütte
文件下载
文件名 操作
propertypath-0.1.1.jar 下载
propertypath-0.1.1.pom 下载
propertypath-0.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.remondis</groupId>
  <artifactId>propertypath</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.remondis:propertypath:0.1.1'
Gradle Kotlin
implementation("com.remondis:propertypath:0.1.1")
Scala SBT
libraryDependencies += "com.remondis" % "propertypath" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.remondis', module='propertypath', version='0.1.1')
)
Apache Ivy
<dependency org="com.remondis" name="propertypath" rev="0.1.1" />
Leiningen
[com.remondis/propertypath "0.1.1"]
Apache Buildr
'com.remondis:propertypath:jar:0.1.1'