MVN

org.latestbit : scaletty_2.12

Maven & Gradle

Mar 13, 2019

scaletty · scaletty

<dependency>
    <groupId>org.latestbit</groupId>
    <artifactId>scaletty_2.12</artifactId>
    <version>1.22.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.latestbit : scaletty_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.22.0

All Versions

Choose a version of org.latestbit : scaletty_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.22.x
scaletty_2.12-1.22.0
1.20.x
scaletty_2.12-1.20.0
1.19.x
scaletty_2.12-1.19.0
1.18.x
scaletty_2.12-1.18.1
scaletty_2.12-1.18.0
1.17.x
scaletty_2.12-1.17.0
1.16.x
scaletty_2.12-1.16.0
1.15.x
scaletty_2.12-1.15.1
scaletty_2.12-1.15.0
1.14.x
scaletty_2.12-1.14.0
1.12.x
scaletty_2.12-1.12.1
1.12
scaletty_2.12-1.12
1.11
scaletty_2.12-1.11
1.10
scaletty_2.12-1.10
1.9
scaletty_2.12-1.9
1.8
scaletty_2.12-1.8
1.7
scaletty_2.12-1.7
1.6
scaletty_2.12-1.6
1.5
scaletty_2.12-1.5

How to add a dependency to Maven

Add the following org.latestbit : scaletty_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.latestbit</groupId>
    <artifactId>scaletty_2.12</artifactId>
    <version>1.22.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.latestbit : scaletty_2.12 gradle dependency to your build.gradle file:

implementation 'org.latestbit:scaletty_2.12:1.22.0'

Gradle Kotlin DSL: Add the following org.latestbit : scaletty_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.latestbit:scaletty_2.12:1.22.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.latestbit : scaletty_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.latestbit" % "scaletty_2.12" % "1.22.0"