| License |
License |
|---|---|
| GroupId | GroupIduk.co.modular-it |
| ArtifactId | ArtifactIdbean-builder |
| Last Version | Last Version0.9.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBean Builder
A library to support configurable instantiation and population of classes which implement the Java Beans standard
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| bean-builder-0.9.2.pom | |
| bean-builder-0.9.2.jar | 28 KB |
| bean-builder-0.9.2-sources.jar | 7 KB |
| bean-builder-0.9.2-javadoc.jar | 57 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |