p

property-binder

Enables typed retrieval of properties based on an annotated interface
http://github.com/pholser/property-binder
The MIT License
Paul Holser
Files download
File Operation
property-binder-5.0-alpha-3.pom download
Apache Maven
<dependency>
  <groupId>com.pholser</groupId>
  <artifactId>property-binder</artifactId>
  <version>5.0-alpha-3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.pholser:property-binder:5.0-alpha-3'
Gradle Kotlin
implementation("com.pholser:property-binder:5.0-alpha-3")
Scala SBT
libraryDependencies += "com.pholser" % "property-binder" % "5.0-alpha-3"
Groovy Grape
@Grapes(
  @Grab(group='com.pholser', module='property-binder', version='5.0-alpha-3')
)
Apache Ivy
<dependency org="com.pholser" name="property-binder" rev="5.0-alpha-3" />
Leiningen
[com.pholser/property-binder "5.0-alpha-3"]
Apache Buildr
'com.pholser:property-binder:jar:5.0-alpha-3'
Dependencies
The project has no third-party dependencies