Bean Builder

A library to support configurable instantiation and population of classes which implement the Java Beans standard

License

License

GroupId

GroupId

uk.co.modular-it
ArtifactId

ArtifactId

bean-builder
Last Version

Last Version

0.9.2
Release Date

Release Date

Type

Type

jar
Description

Description

Bean Builder
A library to support configurable instantiation and population of classes which implement the Java Beans standard
Project URL

Project URL

https://github.com/modularit/bean-builder

Download bean-builder

How to add to project

<!-- https://jarcasting.com/artifacts/uk.co.modular-it/bean-builder/ -->
<dependency>
    <groupId>uk.co.modular-it</groupId>
    <artifactId>bean-builder</artifactId>
    <version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.modular-it/bean-builder/
implementation 'uk.co.modular-it:bean-builder:0.9.2'
// https://jarcasting.com/artifacts/uk.co.modular-it/bean-builder/
implementation ("uk.co.modular-it:bean-builder:0.9.2")
'uk.co.modular-it:bean-builder:jar:0.9.2'
<dependency org="uk.co.modular-it" name="bean-builder" rev="0.9.2">
  <artifact name="bean-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.modular-it', module='bean-builder', version='0.9.2')
)
libraryDependencies += "uk.co.modular-it" % "bean-builder" % "0.9.2"
[uk.co.modular-it/bean-builder "0.9.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.6
uk.co.modular-it : bean-utils jar 0.9.9
commons-lang : commons-lang jar 2.6

test (5)

Group / Artifact Type Version
org.mockito : mockito-core jar 1.9.0
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-all jar 1.3
junit : junit jar 4.10
ch.qos.logback : logback-classic jar 1.0.7

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.2
0.9.1
0.9.0