e

exparity-bean

A Java library of bean utilities for manipulating and inspecting Java classes implementing the Java Beans standard
https://github.com/exparity/exparity-bean
New BSD License
Stewart Bissett
文件下载
文件名 操作
exparity-bean-1.0.3.jar 下载
exparity-bean-1.0.3.pom 下载
exparity-bean-1.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.exparity</groupId>
  <artifactId>exparity-bean</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.exparity:exparity-bean:1.0.3'
Gradle Kotlin
implementation("org.exparity:exparity-bean:1.0.3")
Scala SBT
libraryDependencies += "org.exparity" % "exparity-bean" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.exparity', module='exparity-bean', version='1.0.3')
)
Apache Ivy
<dependency org="org.exparity" name="exparity-bean" rev="1.0.3" />
Leiningen
[org.exparity/exparity-bean "1.0.3"]
Apache Buildr
'org.exparity:exparity-bean:jar:1.0.3'