Jar examples for m:mst
Minimum spanning tree. Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
You can download jar file mst 4.0 in this page.
GNU General Public License 3
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'
Click the following link to download the jar file.
mst-4.0-javadoc.jar