MVN

tv.cntt : xitrum-scalate_2.10

Maven & Gradle

Apr 06, 2015
4 stars

xitrum-scalate · xitrum-scalate

<dependency>
    <groupId>tv.cntt</groupId>
    <artifactId>xitrum-scalate_2.10</artifactId>
    <version>2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tv.cntt : xitrum-scalate_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5

All Versions

Choose a version of tv.cntt : xitrum-scalate_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5
xitrum-scalate_2.10-2.5
2.4
xitrum-scalate_2.10-2.4
2.3
xitrum-scalate_2.10-2.3
2.2
xitrum-scalate_2.10-2.2
2.1
xitrum-scalate_2.10-2.1
2.0
xitrum-scalate_2.10-2.0
1.8
xitrum-scalate_2.10-1.8
1.7
xitrum-scalate_2.10-1.7
1.6
xitrum-scalate_2.10-1.6
1.5
xitrum-scalate_2.10-1.5
1.4
xitrum-scalate_2.10-1.4
1.3
xitrum-scalate_2.10-1.3
1.2
xitrum-scalate_2.10-1.2
1.1
xitrum-scalate_2.10-1.1
1.0
xitrum-scalate_2.10-1.0

How to add a dependency to Maven

Add the following tv.cntt : xitrum-scalate_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tv.cntt</groupId>
    <artifactId>xitrum-scalate_2.10</artifactId>
    <version>2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tv.cntt : xitrum-scalate_2.10 gradle dependency to your build.gradle file:

implementation 'tv.cntt:xitrum-scalate_2.10:2.5'

Gradle Kotlin DSL: Add the following tv.cntt : xitrum-scalate_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("tv.cntt:xitrum-scalate_2.10:2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following tv.cntt : xitrum-scalate_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "tv.cntt" % "xitrum-scalate_2.10" % "2.5"

Advertisement