License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.meka.thirdparty |
ArtifactId | ArtifactIdmst |
Last Version | Last Version4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmst
Minimum spanning tree. Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mst-4.0.pom | |
mst-4.0.jar | 31 KB |
mst-4.0-sources.jar | 516 bytes |
mst-4.0-javadoc.jar | 516 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.meka.thirdparty/mst/ -->
<dependency>
<groupId>net.sf.meka.thirdparty</groupId>
<artifactId>mst</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.meka.thirdparty/mst/
implementation 'net.sf.meka.thirdparty:mst:4.0'
// https://jarcasting.com/artifacts/net.sf.meka.thirdparty/mst/
implementation ("net.sf.meka.thirdparty:mst:4.0")
'net.sf.meka.thirdparty:mst:jar:4.0'
<dependency org="net.sf.meka.thirdparty" name="mst" rev="4.0">
<artifact name="mst" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.meka.thirdparty', module='mst', version='4.0')
)
libraryDependencies += "net.sf.meka.thirdparty" % "mst" % "4.0"
[net.sf.meka.thirdparty/mst "4.0"]