MVN

de.invation.code : TOVAL

Maven & Gradle

Jan 22, 2016
3 usages
0 stars

TOVAL: Tom's Java Library · 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.

<dependency>
    <groupId>de.invation.code</groupId>
    <artifactId>TOVAL</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.invation.code : TOVAL to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of de.invation.code : TOVAL to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
TOVAL-1.0.2
TOVAL-1.0.1
TOVAL-1.0.0

How to add a dependency to Maven

Add the following de.invation.code : TOVAL maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.invation.code</groupId>
    <artifactId>TOVAL</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.invation.code : TOVAL gradle dependency to your build.gradle file:

implementation 'de.invation.code:TOVAL:1.0.2'

Gradle Kotlin DSL: Add the following de.invation.code : TOVAL gradle kotlin dependency to your build.gradle.kts file:

implementation("de.invation.code:TOVAL:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.invation.code : TOVAL sbt scala dependency to your build.sbt file:

libraryDependencies += "de.invation.code" % "TOVAL" % "1.0.2"

Advertisement

Dependencies from Group

Jan 22, 2016
3 usages
0 stars

Discover Dependencies

Aug 11, 2023
2 usages
9 stars
Aug 11, 2023
1 usages
9 stars
Aug 03, 2015
1 usages
1 stars
Aug 09, 2015
0 stars
Jul 04, 2023
3 stars
Mar 19, 2022
2 usages
2 stars
Jul 04, 2023
2 stars
Jan 16, 2017
5 stars