MVN

net.sf.meka.thirdparty : mst

Maven & Gradle

May 26, 2014
3 usages

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

<dependency>
    <groupId>net.sf.meka.thirdparty</groupId>
    <artifactId>mst</artifactId>
    <version>4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.meka.thirdparty : mst to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0

All Versions

Choose a version of net.sf.meka.thirdparty : mst to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0
mst-4.0

How to add a dependency to Maven

Add the following net.sf.meka.thirdparty : mst maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.meka.thirdparty</groupId>
    <artifactId>mst</artifactId>
    <version>4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.meka.thirdparty : mst gradle dependency to your build.gradle file:

implementation 'net.sf.meka.thirdparty:mst:4.0'

Gradle Kotlin DSL: Add the following net.sf.meka.thirdparty : mst gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.meka.thirdparty:mst:4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.meka.thirdparty : mst sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.meka.thirdparty" % "mst" % "4.0"

Advertisement