MVN

dev.tauri : choam-docs_2.13

Maven & Gradle

Jul 21, 2023
17 stars

choam-docs · choam-docs

<dependency>
    <groupId>dev.tauri</groupId>
    <artifactId>choam-docs_2.13</artifactId>
    <version>0.4.0-M7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.tauri : choam-docs_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0-M7
  • Latest Release Candidate: 0.4.0-RC1

All Versions

Choose a version of dev.tauri : choam-docs_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
choam-docs_2.13-0.4.0-RC1
choam-docs_2.13-0.4.0-M7
choam-docs_2.13-0.4.0-M6
choam-docs_2.13-0.4.0-M5
choam-docs_2.13-0.4.0-M4
choam-docs_2.13-0.4.0-M2
choam-docs_2.13-0.4.0-M1
0.3.x
choam-docs_2.13-0.3.0
choam-docs_2.13-0.3.0-RC7
choam-docs_2.13-0.3.0-RC6
choam-docs_2.13-0.3.0-RC5

How to add a dependency to Maven

Add the following dev.tauri : choam-docs_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.tauri</groupId>
    <artifactId>choam-docs_2.13</artifactId>
    <version>0.4.0-M7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.tauri : choam-docs_2.13 gradle dependency to your build.gradle file:

implementation 'dev.tauri:choam-docs_2.13:0.4.0-M7'

Gradle Kotlin DSL: Add the following dev.tauri : choam-docs_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.tauri:choam-docs_2.13:0.4.0-M7")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.tauri : choam-docs_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.tauri" % "choam-docs_2.13" % "0.4.0-M7"

Advertisement