MVN

com.scalatags : scalatags_2.10

Maven & Gradle

Dec 28, 2015
722 stars

scalatags · scalatags

<dependency>
    <groupId>com.scalatags</groupId>
    <artifactId>scalatags_2.10</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.scalatags : scalatags_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1
  • Latest Release Candidate: 0.3.0-RC1

All Versions

Choose a version of com.scalatags : scalatags_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
scalatags_2.10-0.4.3-M3
scalatags_2.10-0.4.3-M1
scalatags_2.10-0.4.2
scalatags_2.10-0.4.1
scalatags_2.10-0.4.0
0.3.x
scalatags_2.10-0.3.9
scalatags_2.10-0.3.8
scalatags_2.10-0.3.7
scalatags_2.10-0.3.6
scalatags_2.10-0.3.5
scalatags_2.10-0.3.4
scalatags_2.10-0.3.3
scalatags_2.10-0.3.2
scalatags_2.10-0.3.1
scalatags_2.10-0.3.0
scalatags_2.10-0.3.0-RC1
0.2.x
scalatags_2.10-0.2.5
scalatags_2.10-0.2.5-JS
scalatags_2.10-0.2.4-JS
scalatags_2.10-0.2.4
scalatags_2.10-0.2.3
scalatags_2.10-0.2.3-JS
scalatags_2.10-0.2.2-JS
scalatags_2.10-0.2.2
scalatags_2.10-0.2.1
scalatags_2.10-0.2.0
0.1.x
scalatags_2.10-0.1.4
scalatags_2.10-0.1.3
scalatags_2.10-0.1.2
scalatags_2.10-0.1.1
0.1
scalatags_2.10-0.1

How to add a dependency to Maven

Add the following com.scalatags : scalatags_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.scalatags</groupId>
    <artifactId>scalatags_2.10</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.scalatags : scalatags_2.10 gradle dependency to your build.gradle file:

implementation 'com.scalatags:scalatags_2.10:0.2.1'

Gradle Kotlin DSL: Add the following com.scalatags : scalatags_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.scalatags:scalatags_2.10:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.scalatags : scalatags_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.scalatags" % "scalatags_2.10" % "0.2.1"

Advertisement