dwslab / dwslib

Lib with handy, everyday java tools
dwslab.de
8 stars 1 forks source link

DWSlib Build Status

This library contains some functionality commonly used at the Data and Web Science Research Group, University of Mannheim.

Usage

If you use Maven for building your project, just add

<dependency>
  <groupId>de.uni-mannheim.informatik.dws.dwslab</groupId>
  <artifactId>dwslib</artifactId>
  <version>2.0.0</version>
</dependency>

to your pom.xml.

Versioning of the dwslib is done according to the Semantic Versioning guidelines (http://semver.org/). This means that it is safe to include new releases which only changed in the MINOR and PATCH component without modifying your code. However, new major versions are allowed to break backward compatibility.

Licence

Creative Commons License
dwslib is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

Content

Framework

Util

Virtuoso

CLI

For usage information call the following classes from command-line without arguments or with the -h option.

Others