Download TOVAL-1.0.1.jar file - Jar t

Jar examples for t:TOVAL

Description

TOVAL comprises a set of java classes for common programming issues. It includes utils for arrays, lists, sets and collections for convenient handling and modification, but also support for mathematic definitions concerning logic (clauses + resolution) together with some algorithms for permutations, powersets and resolution. Additionally it contains a number of types for multisets, matrices with object keys and much more.

You can download jar file TOVAL 1.0.1 in this page.

License

bsd_3

Build File

You can use the following script to add TOVAL-1.0.1.jar to your project.

<dependency>
   <groupId>de.invation.code</groupId>
   <artifactId>TOVAL</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'de.invation.code', name: 'TOVAL', version: '1.0.1'
libraryDependencies += "de.invation.code" % "TOVAL" % "1.0.1"
<dependency org="de.invation.code" name="TOVAL" rev="1.0.1"/>
@Grapes(@Grab(group='de.invation.code', module='TOVAL', version='1.0.1'))
'de.invation.code:TOVAL:jar:1.0.1'

Download

Click the following link to download the jar file.

TOVAL-1.0.1-javadoc.jar
TOVAL-1.0.1-sources.jar
TOVAL-1.0.1.jar
TOVAL-1.0.1.pom



Related Tutorials