MVN

com.github.t3hnar : scalax_2.11

Maven & Gradle

May 22, 2018
31 stars

scalax · scalax

<dependency>
    <groupId>com.github.t3hnar</groupId>
    <artifactId>scalax_2.11</artifactId>
    <version>3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.t3hnar : scalax_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4

All Versions

Choose a version of com.github.t3hnar : scalax_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4
scalax_2.11-3.4
3.3
scalax_2.11-3.3
3.2
scalax_2.11-3.2
3.1
scalax_2.11-3.1
3.0
scalax_2.11-3.0
2.8
scalax_2.11-2.8
2.7
scalax_2.11-2.7
2.6
scalax_2.11-2.6
2.5
scalax_2.11-2.5
2.4
scalax_2.11-2.4
2.3
scalax_2.11-2.3
2.2
scalax_2.11-2.2
2.1
scalax_2.11-2.1
2.0
scalax_2.11-2.0

How to add a dependency to Maven

Add the following com.github.t3hnar : scalax_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.t3hnar</groupId>
    <artifactId>scalax_2.11</artifactId>
    <version>3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.t3hnar : scalax_2.11 gradle dependency to your build.gradle file:

implementation 'com.github.t3hnar:scalax_2.11:3.4'

Gradle Kotlin DSL: Add the following com.github.t3hnar : scalax_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.t3hnar:scalax_2.11:3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.t3hnar : scalax_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.t3hnar" % "scalax_2.11" % "3.4"

Advertisement