Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.panga |
ArtifactId | ArtifactIdjava-beans-lite |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
java-beans-lite-1.0.1.pom | |
java-beans-lite-1.0.1.jar | 10 KB |
java-beans-lite-1.0.1-sources.jar | 9 KB |
java-beans-lite-1.0.1-patch.jar | 10 KB |
java-beans-lite-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.panga/java-beans-lite/
implementation 'com.github.panga:java-beans-lite:1.0.1'
// https://jarcasting.com/artifacts/com.github.panga/java-beans-lite/
implementation ("com.github.panga:java-beans-lite:1.0.1")
'com.github.panga:java-beans-lite:jar:1.0.1'
<dependency org="com.github.panga" name="java-beans-lite" rev="1.0.1">
<artifact name="java-beans-lite" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.panga', module='java-beans-lite', version='1.0.1')
)
libraryDependencies += "com.github.panga" % "java-beans-lite" % "1.0.1"
[com.github.panga/java-beans-lite "1.0.1"]