| License |
License |
|---|---|
| GroupId | GroupIduk.co.modular-it |
| ArtifactId | ArtifactIdbean-utils |
| Last Version | Last Version0.9.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBean Utils
Utilities for manipulating and inspecting Java classes implementing the Java Beans standard
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| bean-utils-0.9.10.pom | |
| bean-utils-0.9.10.jar | 39 KB |
| bean-utils-0.9.10-sources.jar | 15 KB |
| bean-utils-0.9.10-javadoc.jar | 95 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/uk.co.modular-it/bean-utils/ -->
<dependency>
<groupId>uk.co.modular-it</groupId>
<artifactId>bean-utils</artifactId>
<version>0.9.10</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.modular-it/bean-utils/
implementation 'uk.co.modular-it:bean-utils:0.9.10'
// https://jarcasting.com/artifacts/uk.co.modular-it/bean-utils/
implementation ("uk.co.modular-it:bean-utils:0.9.10")
'uk.co.modular-it:bean-utils:jar:0.9.10'
<dependency org="uk.co.modular-it" name="bean-utils" rev="0.9.10">
<artifact name="bean-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.modular-it', module='bean-utils', version='0.9.10')
)
libraryDependencies += "uk.co.modular-it" % "bean-utils" % "0.9.10"
[uk.co.modular-it/bean-utils "0.9.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.6 |
| 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 |