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-1.pom download
Apache Maven
<dependency>
  <groupId>com.pholser</groupId>
  <artifactId>property-binder</artifactId>
  <version>5.0-alpha-1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.pholser:property-binder:5.0-alpha-1'
Gradle Kotlin
implementation("com.pholser:property-binder:5.0-alpha-1")
Scala SBT
libraryDependencies += "com.pholser" % "property-binder" % "5.0-alpha-1"
Groovy Grape
@Grapes(
  @Grab(group='com.pholser', module='property-binder', version='5.0-alpha-1')
)
Apache Ivy
<dependency org="com.pholser" name="property-binder" rev="5.0-alpha-1" />
Leiningen
[com.pholser/property-binder "5.0-alpha-1"]
Apache Buildr
'com.pholser:property-binder:jar:5.0-alpha-1'
Dependencies
The project has no third-party dependencies