MVN

uk.camsw : rxscala-test-dsl

Maven & Gradle

Nov 27, 2015
5 stars

rxscala-test-dsl

<dependency>
    <groupId>uk.camsw</groupId>
    <artifactId>rxscala-test-dsl</artifactId>
    <version>5.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.camsw : rxscala-test-dsl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.1

All Versions

Choose a version of uk.camsw : rxscala-test-dsl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
rxscala-test-dsl-5.0.1
rxscala-test-dsl-5.0.0
4.1.x
rxscala-test-dsl-4.1.1

How to add a dependency to Maven

Add the following uk.camsw : rxscala-test-dsl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.camsw</groupId>
    <artifactId>rxscala-test-dsl</artifactId>
    <version>5.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.camsw : rxscala-test-dsl gradle dependency to your build.gradle file:

implementation 'uk.camsw:rxscala-test-dsl:5.0.1'

Gradle Kotlin DSL: Add the following uk.camsw : rxscala-test-dsl gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.camsw:rxscala-test-dsl:5.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.camsw : rxscala-test-dsl sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.camsw" % "rxscala-test-dsl" % "5.0.1"

Advertisement