Download cise-oss-2.4.jar file - Jar c

Jar examples for c:cise-oss

Description

Kitchen sink algorithms related to Computer Information, Science, and Engineering by Mark Eschbach for inclusion into open source projects.

You can download jar file cise-oss 2.4 in this page.

Build File

You can use the following script to add cise-oss-2.4.jar to your project.

<dependency>
   <groupId>com.meschbach.cise</groupId>
   <artifactId>cise-oss</artifactId>
   <version>2.4</version>
</dependency>
compile group: 'com.meschbach.cise', name: 'cise-oss', version: '2.4'
libraryDependencies += "com.meschbach.cise" % "cise-oss" % "2.4"
<dependency org="com.meschbach.cise" name="cise-oss" rev="2.4"/>
@Grapes(@Grab(group='com.meschbach.cise', module='cise-oss', version='2.4'))
'com.meschbach.cise:cise-oss:jar:2.4'

Download

Click the following link to download the jar file.

cise-oss-2.4-javadoc.jar
cise-oss-2.4-sources.jar
cise-oss-2.4.jar
cise-oss-2.4.pom



Related Tutorials