Files download
File Operation
mdsv-2.0.1-doc.jar download
mdsv-2.0.1-doc.pom download
mdsv-2.0.1-doc-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.pat-laugh</groupId>
  <artifactId>mdsv</artifactId>
  <version>2.0.1-doc</version>
</dependency>
Gradle Groovy
implementation 'com.github.pat-laugh:mdsv:2.0.1-doc'
Gradle Kotlin
implementation("com.github.pat-laugh:mdsv:2.0.1-doc")
Scala SBT
libraryDependencies += "com.github.pat-laugh" % "mdsv" % "2.0.1-doc"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pat-laugh', module='mdsv', version='2.0.1-doc')
)
Apache Ivy
<dependency org="com.github.pat-laugh" name="mdsv" rev="2.0.1-doc" />
Leiningen
[com.github.pat-laugh/mdsv "2.0.1-doc"]
Apache Buildr
'com.github.pat-laugh:mdsv:jar:2.0.1-doc'