MVN

com.slamdata : tectonic-test_2.12

Maven & Gradle

Dec 14, 2018
1 usages

tectonic-test · tectonic-test

<dependency>
    <groupId>com.slamdata</groupId>
    <artifactId>tectonic-test_2.12</artifactId>
    <version>6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.slamdata : tectonic-test_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.1

All Versions

Choose a version of com.slamdata : tectonic-test_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • tectonic-test_2.12-6.0.1

    Dec 13, 2018
  • tectonic-test_2.12-6.0.0

    Dec 12, 2018
  • tectonic-test_2.12-5.2.0

    Nov 15, 2018
  • tectonic-test_2.12-5.1.3

    Nov 14, 2018
  • tectonic-test_2.12-5.1.2

    Nov 12, 2018
  • tectonic-test_2.12-5.1.1

    Nov 09, 2018
  • tectonic-test_2.12-5.1.0

    Nov 09, 2018
  • tectonic-test_2.12-5.0.1

    Nov 09, 2018
  • tectonic-test_2.12-4.0.0

    Nov 09, 2018
  • tectonic-test_2.12-2.0.1

    Oct 25, 2018

How to add a dependency to Maven

Add the following com.slamdata : tectonic-test_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.slamdata</groupId>
    <artifactId>tectonic-test_2.12</artifactId>
    <version>6.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.slamdata : tectonic-test_2.12 gradle dependency to your build.gradle file:

implementation 'com.slamdata:tectonic-test_2.12:6.0.1'

Gradle Kotlin DSL: Add the following com.slamdata : tectonic-test_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.slamdata:tectonic-test_2.12:6.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.slamdata : tectonic-test_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.slamdata" % "tectonic-test_2.12" % "6.0.1"