MVN

org.scalastic : scalastic_2.10

Maven & Gradle

Mar 27, 2014
2 usages
120 stars

scalastic · a scala driver for elasticsearch

<dependency>
    <groupId>org.scalastic</groupId>
    <artifactId>scalastic_2.10</artifactId>
    <version>0.90.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scalastic : scalastic_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.90.10.1

All Versions

Choose a version of org.scalastic : scalastic_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.90.x
scalastic_2.10-0.90.10.1
scalastic_2.10-0.90.10
scalastic_2.10-0.90.9
scalastic_2.10-0.90.8
scalastic_2.10-0.90.7
scalastic_2.10-0.90.6
scalastic_2.10-0.90.5
scalastic_2.10-0.90.3
scalastic_2.10-0.90.2
scalastic_2.10-0.90.1
scalastic_2.10-0.90.0.1
scalastic_2.10-0.90.0

How to add a dependency to Maven

Add the following org.scalastic : scalastic_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scalastic</groupId>
    <artifactId>scalastic_2.10</artifactId>
    <version>0.90.10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scalastic : scalastic_2.10 gradle dependency to your build.gradle file:

implementation 'org.scalastic:scalastic_2.10:0.90.10.1'

Gradle Kotlin DSL: Add the following org.scalastic : scalastic_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scalastic:scalastic_2.10:0.90.10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scalastic : scalastic_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scalastic" % "scalastic_2.10" % "0.90.10.1"

Advertisement