j

java-beans-lite

Lightweight and fast java.beans.Introspector implementation used to remove dependency on java.desktop module for Bean Introspection
https://github.com/panga/java-beans-lite
Apache License, Version 2.0
Leonardo Zanivan
Files download
File Operation
java-beans-lite-1.0.2.jar download
java-beans-lite-1.0.2.pom download
java-beans-lite-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.panga</groupId>
  <artifactId>java-beans-lite</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.panga:java-beans-lite:1.0.2'
Gradle Kotlin
implementation("com.github.panga:java-beans-lite:1.0.2")
Scala SBT
libraryDependencies += "com.github.panga" % "java-beans-lite" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.panga', module='java-beans-lite', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.panga" name="java-beans-lite" rev="1.0.2" />
Leiningen
[com.github.panga/java-beans-lite "1.0.2"]
Apache Buildr
'com.github.panga:java-beans-lite:jar:1.0.2'