<dependency>
<groupId>com.pholser</groupId>
<artifactId>com-pholser-util-properties-propertybinder-it</artifactId>
<version>5.0-alpha-1</version>
</dependency>
implementation 'com.pholser:com-pholser-util-properties-propertybinder-it:5.0-alpha-1'
implementation("com.pholser:com-pholser-util-properties-propertybinder-it:5.0-alpha-1")
libraryDependencies += "com.pholser" % "com-pholser-util-properties-propertybinder-it" % "5.0-alpha-1"
@Grapes(
@Grab(group='com.pholser', module='com-pholser-util-properties-propertybinder-it', version='5.0-alpha-1')
)
<dependency org="com.pholser" name="com-pholser-util-properties-propertybinder-it" rev="5.0-alpha-1" />
<parent> <groupId>com.pholser</groupId> <artifactId>property-binder</artifactId> <version>5.0-alpha-1</version> </parent>
compile
|-- com.pholser:com-pholser-util-properties-propertybinder:5.0-alpha-1
runtime
|-- org.hibernate:hibernate-validator
|-- com.fasterxml:classmate:1.5.1
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.junit.platform:junit-platform-launcher:1.7.1
test