Download java-util-0.28.2.jar file - Jar j

Jar examples for j:java-util

Description

Set of utilities in java: data structures (trie, b-star, octree) and search algorithms (a-star, genetic algorithm)

You can download jar file java-util 0.28.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add java-util-0.28.2.jar to your project.

<dependency>
   <groupId>com.metamx</groupId>
   <artifactId>java-util</artifactId>
   <version>0.28.2</version>
</dependency>
compile group: 'com.metamx', name: 'java-util', version: '0.28.2'
libraryDependencies += "com.metamx" % "java-util" % "0.28.2"
<dependency org="com.metamx" name="java-util" rev="0.28.2"/>
@Grapes(@Grab(group='com.metamx', module='java-util', version='0.28.2'))
'com.metamx:java-util:jar:0.28.2'

Download

Click the following link to download the jar file.

java-util-0.28.2-javadoc.jar
java-util-0.28.2-sources.jar
java-util-0.28.2-tests.jar
java-util-0.28.2.jar
java-util-0.28.2.pom



Related Tutorials