Download java-util-1.9.0.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 1.9.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

java-util-1.9.0-javadoc.jar
java-util-1.9.0-sources.jar
java-util-1.9.0.jar
java-util-1.9.0.pom



Related Tutorials