License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.panga |
ArtifactId | ArtifactIdjava-beans-lite |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionjava-beans-lite
Lightweight and fast java.beans.Introspector implementation used to remove
dependency on java.desktop module for Bean Introspection
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-beans-lite-1.0.2.pom | |
java-beans-lite-1.0.2.jar | 12 KB |
java-beans-lite-1.0.2-sources.jar | 9 KB |
java-beans-lite-1.0.2-patch.jar | 12 KB |
java-beans-lite-1.0.2-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.panga/java-beans-lite/ -->
<dependency>
<groupId>com.github.panga</groupId>
<artifactId>java-beans-lite</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.panga/java-beans-lite/
implementation 'com.github.panga:java-beans-lite:1.0.2'
// https://jarcasting.com/artifacts/com.github.panga/java-beans-lite/
implementation ("com.github.panga:java-beans-lite:1.0.2")
'com.github.panga:java-beans-lite:jar:1.0.2'
<dependency org="com.github.panga" name="java-beans-lite" rev="1.0.2">
<artifact name="java-beans-lite" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.panga', module='java-beans-lite', version='1.0.2')
)
libraryDependencies += "com.github.panga" % "java-beans-lite" % "1.0.2"
[com.github.panga/java-beans-lite "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |