License |
License |
---|---|
GroupId | GroupIdcom.fathzer |
ArtifactId | ArtifactIdajlib |
Version | Version0.3.11 |
Type | Typejar |
Description |
DescriptionA-JLib
AJlib is a simple java library with Swing widgets, utilities and other stuff
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ajlib-0.3.11.pom | |
ajlib-0.3.11.jar | 217 KB |
ajlib-0.3.11-sources.jar | 131 KB |
ajlib-0.3.11-javadoc.jar | 564 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fathzer/ajlib/ -->
<dependency>
<groupId>com.fathzer</groupId>
<artifactId>ajlib</artifactId>
<version>0.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.fathzer/ajlib/
implementation 'com.fathzer:ajlib:0.3.11'
// https://jarcasting.com/artifacts/com.fathzer/ajlib/
implementation ("com.fathzer:ajlib:0.3.11")
'com.fathzer:ajlib:jar:0.3.11'
<dependency org="com.fathzer" name="ajlib" rev="0.3.11">
<artifact name="ajlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fathzer', module='ajlib', version='0.3.11')
)
libraryDependencies += "com.fathzer" % "ajlib" % "0.3.11"
[com.fathzer/ajlib "0.3.11"]
Group / Artifact | Type | Version |
---|---|---|
com.fathzer : jlocal | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |