Download enumerator-0.6.0.jar file - Jar e

Jar examples for e:enumerator

Description

A mathematical enumeration library for Java

You can download jar file enumerator 0.6.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add enumerator-0.6.0.jar to your project.

<dependency>
   <groupId>com.github.dakusui</groupId>
   <artifactId>enumerator</artifactId>
   <version>0.6.0</version>
</dependency>
compile group: 'com.github.dakusui', name: 'enumerator', version: '0.6.0'
libraryDependencies += "com.github.dakusui" % "enumerator" % "0.6.0"
<dependency org="com.github.dakusui" name="enumerator" rev="0.6.0"/>
@Grapes(@Grab(group='com.github.dakusui', module='enumerator', version='0.6.0'))
'com.github.dakusui:enumerator:jar:0.6.0'

Download

Click the following link to download the jar file.

enumerator-0.6.0-javadoc.jar
enumerator-0.6.0-sources.jar
enumerator-0.6.0.jar
enumerator-0.6.0.pom



Related Tutorials