GroupId | GroupIdcom.pholser |
---|---|
ArtifactId | ArtifactIdproperty-binder |
Version | Version2.0-rc2 |
Type | Typejar |
Filename | Size |
---|---|
property-binder-2.0-rc2.pom | |
property-binder-2.0-rc2.jar | 47 KB |
property-binder-2.0-rc2-sources.jar | 60 KB |
property-binder-2.0-rc2-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pholser/property-binder/ -->
<dependency>
<groupId>com.pholser</groupId>
<artifactId>property-binder</artifactId>
<version>2.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/com.pholser/property-binder/
implementation 'com.pholser:property-binder:2.0-rc2'
// https://jarcasting.com/artifacts/com.pholser/property-binder/
implementation ("com.pholser:property-binder:2.0-rc2")
'com.pholser:property-binder:jar:2.0-rc2'
<dependency org="com.pholser" name="property-binder" rev="2.0-rc2">
<artifact name="property-binder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pholser', module='property-binder', version='2.0-rc2')
)
libraryDependencies += "com.pholser" % "property-binder" % "2.0-rc2"
[com.pholser/property-binder "2.0-rc2"]