не последняя версия
Последняя версия 5.0-alpha-3

com.pholser:property-binder 4.0-beta-1

Enables typed retrieval of properties based on an annotated interface

Группа

Группа

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

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

property-binder
Версия

Версия

4.0-beta-1
Тип

Тип

jar

Скачать property-binder 4.0-beta-1


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