License |
License |
---|---|
Categories |
CategoriesParity Business Logic Libraries Financial |
GroupId | GroupIdorg.exparity |
ArtifactId | ArtifactIdexparity-bean |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptioneXparity Bean
A Java library of bean utilities for manipulating and inspecting Java classes implementing the Java Beans standard
|
Project URL |
Project URL |
Filename | Size |
---|---|
exparity-bean-1.0.3.pom | |
exparity-bean-1.0.3.jar | 53 KB |
exparity-bean-1.0.3-sources.jar | 34 KB |
exparity-bean-1.0.3-javadoc.jar | 309 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.exparity/exparity-bean/ -->
<dependency>
<groupId>org.exparity</groupId>
<artifactId>exparity-bean</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.exparity/exparity-bean/
implementation 'org.exparity:exparity-bean:1.0.3'
// https://jarcasting.com/artifacts/org.exparity/exparity-bean/
implementation ("org.exparity:exparity-bean:1.0.3")
'org.exparity:exparity-bean:jar:1.0.3'
<dependency org="org.exparity" name="exparity-bean" rev="1.0.3">
<artifact name="exparity-bean" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.exparity', module='exparity-bean', version='1.0.3')
)
libraryDependencies += "org.exparity" % "exparity-bean" % "1.0.3"
[org.exparity/exparity-bean "1.0.3"]
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 |