MVN

com.github.t3hnar : scalax_2.10

Maven & Gradle

Mar 24, 2017
31 stars

scalax · scalax

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

Latest Version

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

  • Latest Stable: 3.2

All Versions

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

Version Vulnerabilities Updated
3.2
scalax_2.10-3.2
3.1
scalax_2.10-3.1
3.0
scalax_2.10-3.0
2.8
scalax_2.10-2.8
2.7
scalax_2.10-2.7
2.6
scalax_2.10-2.6
2.5
scalax_2.10-2.5
2.3
scalax_2.10-2.3
2.2
scalax_2.10-2.2
2.1
scalax_2.10-2.1
2.0
scalax_2.10-2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.t3hnar</groupId>
    <artifactId>scalax_2.10</artifactId>
    <version>3.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.t3hnar:scalax_2.10:3.2'

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

implementation("com.github.t3hnar:scalax_2.10:3.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.t3hnar" % "scalax_2.10" % "3.2"

Advertisement