Download software-and-algorithms-1.0.jar file - Jar s

Jar examples for s:software-and-algorithms

Description

Neat algorithm implementations in Java

You can download jar file software-and-algorithms 1.0 in this page.

License

MIT License

Build File

You can use the following script to add software-and-algorithms-1.0.jar to your project.

<dependency>
   <groupId>com.github.kevinstern</groupId>
   <artifactId>software-and-algorithms</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.github.kevinstern', name: 'software-and-algorithms', version: '1.0'
libraryDependencies += "com.github.kevinstern" % "software-and-algorithms" % "1.0"
<dependency org="com.github.kevinstern" name="software-and-algorithms" rev="1.0"/>
@Grapes(@Grab(group='com.github.kevinstern', module='software-and-algorithms', version='1.0'))
'com.github.kevinstern:software-and-algorithms:jar:1.0'

Download

Click the following link to download the jar file.

software-and-algorithms-1.0-javadoc.jar
software-and-algorithms-1.0-sources.jar
software-and-algorithms-1.0.jar
software-and-algorithms-1.0.pom



Related Tutorials