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