Download a-base-1.0-pre4.jar file - Jar a

Jar examples for a:a-base

Description

a-base is a library of basic (hence the name) classes, most notably immutable collection classes with copy-on-write operations

You can download jar file a-base 1.0-pre4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add a-base-1.0-pre4.jar to your project.

<dependency>
   <groupId>com.ajjpj.a-base</groupId>
   <artifactId>a-base</artifactId>
   <version>1.0-pre4</version>
</dependency>
compile group: 'com.ajjpj.a-base', name: 'a-base', version: '1.0-pre4'
libraryDependencies += "com.ajjpj.a-base" % "a-base" % "1.0-pre4"
<dependency org="com.ajjpj.a-base" name="a-base" rev="1.0-pre4"/>
@Grapes(@Grab(group='com.ajjpj.a-base', module='a-base', version='1.0-pre4'))
'com.ajjpj.a-base:a-base:jar:1.0-pre4'

Download

Click the following link to download the jar file.

a-base-1.0-pre4-javadoc.jar
a-base-1.0-pre4-sources.jar
a-base-1.0-pre4.jar
a-base-1.0-pre4.pom



Related Tutorials