| License |
License |
|---|---|
| GroupId | GroupIdcom.fathzer |
| ArtifactId | ArtifactIdajlib |
| Last Version | Last Version0.3.13 |
| Release Date | Release Date |
| 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.13.pom | |
| ajlib-0.3.13.jar | 169 KB |
| ajlib-0.3.13-sources.jar | 101 KB |
| ajlib-0.3.13-javadoc.jar | 562 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fathzer/ajlib/ -->
<dependency>
<groupId>com.fathzer</groupId>
<artifactId>ajlib</artifactId>
<version>0.3.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.fathzer/ajlib/
implementation 'com.fathzer:ajlib:0.3.13'
// https://jarcasting.com/artifacts/com.fathzer/ajlib/
implementation ("com.fathzer:ajlib:0.3.13")
'com.fathzer:ajlib:jar:0.3.13'
<dependency org="com.fathzer" name="ajlib" rev="0.3.13">
<artifact name="ajlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fathzer', module='ajlib', version='0.3.13')
)
libraryDependencies += "com.fathzer" % "ajlib" % "0.3.13"
[com.fathzer/ajlib "0.3.13"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fathzer : jlocal | jar | 1.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |