Download choose-1.0.0.jar file - Jar c

Jar examples for c:choose

Description

A small library for combinations.

You can download jar file choose 1.0.0 in this page.

Build File

You can use the following script to add choose-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

choose-1.0.0-javadoc.jar
choose-1.0.0-sources.jar
choose-1.0.0.jar
choose-1.0.0.pom



Related Tutorials