Download ao-lang-1.0.0.jar file - Jar a

Jar examples for a:ao-lang

Description

Minimal Java library with no external dependencies shared by many other projects.

You can download jar file ao-lang 1.0.0 in this page.

License

Open Source License

Build File

You can use the following script to add ao-lang-1.0.0.jar to your project.

<dependency>
   <groupId>com.aoindustries</groupId>
   <artifactId>ao-lang</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.aoindustries', name: 'ao-lang', version: '1.0.0'
libraryDependencies += "com.aoindustries" % "ao-lang" % "1.0.0"
<dependency org="com.aoindustries" name="ao-lang" rev="1.0.0"/>
@Grapes(@Grab(group='com.aoindustries', module='ao-lang', version='1.0.0'))
'com.aoindustries:ao-lang:jar:1.0.0'

Download

Click the following link to download the jar file.

ao-lang-1.0.0-javadoc.jar
ao-lang-1.0.0-sources.jar
ao-lang-1.0.0.jar
ao-lang-1.0.0.pom



Related Tutorials