Download mst-4.0.jar file - Jar m

Jar examples for m:mst

Description

Minimum spanning tree. Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.

You can download jar file mst 4.0 in this page.

License

GNU General Public License 3

Build File

You can use the following script to add mst-4.0.jar to your project.

<dependency>
   <groupId>net.sf.meka.thirdparty</groupId>
   <artifactId>mst</artifactId>
   <version>4.0</version>
</dependency>
compile group: 'net.sf.meka.thirdparty', name: 'mst', version: '4.0'
libraryDependencies += "net.sf.meka.thirdparty" % "mst" % "4.0"
<dependency org="net.sf.meka.thirdparty" name="mst" rev="4.0"/>
@Grapes(@Grab(group='net.sf.meka.thirdparty', module='mst', version='4.0'))
'net.sf.meka.thirdparty:mst:jar:4.0'

Download

Click the following link to download the jar file.

mst-4.0-javadoc.jar
mst-4.0-sources.jar
mst-4.0.jar
mst-4.0.pom



Related Tutorials