is not current version
Last Version 1.0.3

org.exparity:exparity-bean 1.0.1

A Java library of bean utilities for manipulating and inspecting Java classes implementing the Java Beans standard

Categories

Categories

Parity Business Logic Libraries Financial
GroupId

GroupId

org.exparity
ArtifactId

ArtifactId

exparity-bean
Version

Version

1.0.1
Type

Type

jar

Download exparity-bean 1.0.1


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