MVN

io.advantageous.qbit : qbit-scala

Maven & Gradle

Apr 15, 2016
3 stars

qbit-scala · Scala support for qbit

<dependency>
    <groupId>io.advantageous.qbit</groupId>
    <artifactId>qbit-scala</artifactId>
    <version>1.1.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.advantageous.qbit : qbit-scala to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0.RELEASE
  • Latest Release Candidate: 0.9.3-RC3

All Versions

Choose a version of io.advantageous.qbit : qbit-scala to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
qbit-scala-1.1.0.RELEASE
1.0.x
qbit-scala-1.0.0.RELEASE
0.9.x
qbit-scala-0.9.10.RELEASE
qbit-scala-0.9.9.RELEASE
qbit-scala-0.9.7.RELEASE
qbit-scala-0.9.5.RELEASE
qbit-scala-0.9.4.RELEASE
qbit-scala-0.9.3.RELEASE
qbit-scala-0.9.3-RC3
qbit-scala-0.9.3-RC2
qbit-scala-0.9.3-RC1
qbit-scala-0.9.3-M2
qbit-scala-0.9.3-M1
qbit-scala-0.9.1.RELEASE

How to add a dependency to Maven

Add the following io.advantageous.qbit : qbit-scala maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.advantageous.qbit</groupId>
    <artifactId>qbit-scala</artifactId>
    <version>1.1.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.advantageous.qbit : qbit-scala gradle dependency to your build.gradle file:

implementation 'io.advantageous.qbit:qbit-scala:1.1.0.RELEASE'

Gradle Kotlin DSL: Add the following io.advantageous.qbit : qbit-scala gradle kotlin dependency to your build.gradle.kts file:

implementation("io.advantageous.qbit:qbit-scala:1.1.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.advantageous.qbit : qbit-scala sbt scala dependency to your build.sbt file:

libraryDependencies += "io.advantageous.qbit" % "qbit-scala" % "1.1.0.RELEASE"

Advertisement