MVN

com.github.dakusui : enumerator

Maven & Gradle

Dec 26, 2014
1 usages
13 stars

enumerator · A mathematical enumeration library for Java

<dependency>
    <groupId>com.github.dakusui</groupId>
    <artifactId>enumerator</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dakusui : enumerator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of com.github.dakusui : enumerator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
enumerator-0.6.0
0.3.x
enumerator-0.3.4
enumerator-0.3.3
enumerator-0.3.2
enumerator-0.3.1
0.0.x
enumerator-0.0.8
enumerator-0.0.4
enumerator-0.0.3
enumerator-0.0.2
enumerator-0.0.1

How to add a dependency to Maven

Add the following com.github.dakusui : enumerator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.dakusui</groupId>
    <artifactId>enumerator</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.dakusui : enumerator gradle dependency to your build.gradle file:

implementation 'com.github.dakusui:enumerator:0.6.0'

Gradle Kotlin DSL: Add the following com.github.dakusui : enumerator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.dakusui:enumerator:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.dakusui : enumerator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.dakusui" % "enumerator" % "0.6.0"