Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 958 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 958 Bytes

javatools

The Javatools are a collection of Java classes for a variety of small tasks, such as parsing, database interaction or file handling. You can find an overview of its classes at http://www.mpi-inf.mpg.de/departments/databases-and-information-systems/research/yago-naga/javatools/.

Prerequisites

  • Java 6 or newer Note: in order to use Java 6 or Java 7, you need to comment out javatools.datatypes.FinalSet::spliterator
  • Maven

Usage

  • clone this repository
  • mvn compile
  • mvn install

License

The source code of javatools is licensed under Apache License v2.0.

Developers