MVN

org.scalameta : sbt-mdoc_2.12_1.0

Maven & Gradle

Oct 10, 2023
388 stars

plugin · plugin

<dependency>
    <groupId>org.scalameta</groupId>
    <artifactId>sbt-mdoc_2.12_1.0</artifactId>
    <version>2.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scalameta : sbt-mdoc_2.12_1.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.8
  • Latest Release Candidate: 1.4.0-RC3

All Versions

Choose a version of org.scalameta : sbt-mdoc_2.12_1.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
sbt-mdoc_2.12_1.0-2.3.8
sbt-mdoc_2.12_1.0-2.3.7
sbt-mdoc_2.12_1.0-2.3.6
sbt-mdoc_2.12_1.0-2.3.5
sbt-mdoc_2.12_1.0-2.3.4
sbt-mdoc_2.12_1.0-2.3.3
sbt-mdoc_2.12_1.0-2.3.2
sbt-mdoc_2.12_1.0-2.3.1
sbt-mdoc_2.12_1.0-2.3.0
2.2.x
sbt-mdoc_2.12_1.0-2.2.24
sbt-mdoc_2.12_1.0-2.2.23
sbt-mdoc_2.12_1.0-2.2.22
sbt-mdoc_2.12_1.0-2.2.21
sbt-mdoc_2.12_1.0-2.2.20
sbt-mdoc_2.12_1.0-2.2.19
sbt-mdoc_2.12_1.0-2.2.18
sbt-mdoc_2.12_1.0-2.2.17
sbt-mdoc_2.12_1.0-2.2.16
sbt-mdoc_2.12_1.0-2.2.15
sbt-mdoc_2.12_1.0-2.2.14
sbt-mdoc_2.12_1.0-2.2.13
sbt-mdoc_2.12_1.0-2.2.12
sbt-mdoc_2.12_1.0-2.2.11
sbt-mdoc_2.12_1.0-2.2.10
sbt-mdoc_2.12_1.0-2.2.9
sbt-mdoc_2.12_1.0-2.2.8
sbt-mdoc_2.12_1.0-2.2.7
sbt-mdoc_2.12_1.0-2.2.6
sbt-mdoc_2.12_1.0-2.2.5
sbt-mdoc_2.12_1.0-2.2.4
sbt-mdoc_2.12_1.0-2.2.3
sbt-mdoc_2.12_1.0-2.2.2
sbt-mdoc_2.12_1.0-2.2.1
sbt-mdoc_2.12_1.0-2.2.0
2.1.x
sbt-mdoc_2.12_1.0-2.1.5
sbt-mdoc_2.12_1.0-2.1.4
sbt-mdoc_2.12_1.0-2.1.3
sbt-mdoc_2.12_1.0-2.1.2
sbt-mdoc_2.12_1.0-2.1.1
sbt-mdoc_2.12_1.0-2.1.0
2.0.x
sbt-mdoc_2.12_1.0-2.0.3
sbt-mdoc_2.12_1.0-2.0.2
sbt-mdoc_2.12_1.0-2.0.1
sbt-mdoc_2.12_1.0-2.0.0
1.4.x
sbt-mdoc_2.12_1.0-1.4.0-RC3
sbt-mdoc_2.12_1.0-1.4.0-RC2
1.3.x
sbt-mdoc_2.12_1.0-1.3.6
sbt-mdoc_2.12_1.0-1.3.5
sbt-mdoc_2.12_1.0-1.3.4
sbt-mdoc_2.12_1.0-1.3.2
sbt-mdoc_2.12_1.0-1.3.1
sbt-mdoc_2.12_1.0-1.3.0
1.2.x
sbt-mdoc_2.12_1.0-1.2.10
sbt-mdoc_2.12_1.0-1.2.8
sbt-mdoc_2.12_1.0-1.2.7
sbt-mdoc_2.12_1.0-1.2.6
sbt-mdoc_2.12_1.0-1.2.5
sbt-mdoc_2.12_1.0-1.2.4
sbt-mdoc_2.12_1.0-1.2.3
sbt-mdoc_2.12_1.0-1.2.2
sbt-mdoc_2.12_1.0-1.2.1
sbt-mdoc_2.12_1.0-1.2.0
1.1.x
sbt-mdoc_2.12_1.0-1.1.1
sbt-mdoc_2.12_1.0-1.1.0
1.0.x
sbt-mdoc_2.12_1.0-1.0.0
sbt-mdoc_2.12_1.0-1.0.0-RC1

How to add a dependency to Maven

Add the following org.scalameta : sbt-mdoc_2.12_1.0 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scalameta</groupId>
    <artifactId>sbt-mdoc_2.12_1.0</artifactId>
    <version>2.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scalameta : sbt-mdoc_2.12_1.0 gradle dependency to your build.gradle file:

implementation 'org.scalameta:sbt-mdoc_2.12_1.0:2.3.8'

Gradle Kotlin DSL: Add the following org.scalameta : sbt-mdoc_2.12_1.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scalameta:sbt-mdoc_2.12_1.0:2.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scalameta : sbt-mdoc_2.12_1.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scalameta" % "sbt-mdoc_2.12_1.0" % "2.3.8"