MVN

com.github.advantageous : qbit-scala

Maven & Gradle

Dec 11, 2015
709 stars

qbit-scala · Scala support for qbit

<dependency>
    <groupId>com.github.advantageous</groupId>
    <artifactId>qbit-scala</artifactId>
    <version>0.9.2-RC14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.9.2-RC14
  • Latest Release Candidate: 0.9.2-RC14

All Versions

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

Version Vulnerabilities Updated
0.9.x
qbit-scala-0.9.2-RC14
qbit-scala-0.9.2-RC13
qbit-scala-0.9.2-RC12
qbit-scala-0.9.2-RC11
qbit-scala-0.9.2-RC10
qbit-scala-0.9.2-RC9
qbit-scala-0.9.2-RC8
qbit-scala-0.9.2-RC7
qbit-scala-0.9.2-RC6
qbit-scala-0.9.2-RC5
qbit-scala-0.9.2-RC4
qbit-scala-0.9.2-RC3
qbit-scala-0.9.2-RC2
qbit-scala-0.9.2-RC1
qbit-scala-0.9.1-RC13
qbit-scala-0.9.1-RC12
qbit-scala-0.9.1-RC11
qbit-scala-0.9.1-RC10
qbit-scala-0.9.1-RC9
qbit-scala-0.9.1-RC8
qbit-scala-0.9.1-RC7
qbit-scala-0.9.1-RC6
qbit-scala-0.9.1-RC5
qbit-scala-0.9.1-RC4
qbit-scala-0.9.1-RC3
qbit-scala-0.9.1-RC2
qbit-scala-0.9.1-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.advantageous</groupId>
    <artifactId>qbit-scala</artifactId>
    <version>0.9.2-RC14</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.advantageous:qbit-scala:0.9.2-RC14'

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

implementation("com.github.advantageous:qbit-scala:0.9.2-RC14")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.advantageous" % "qbit-scala" % "0.9.2-RC14"

Advertisement