MVN

com.slimgears.rxrepo : rxrepo-test

Maven & Gradle

Jun 14, 2022
0 stars

rxrepo / rxrepo-test · Reactive abstract repository / module: rxrepo-test

<dependency>
    <groupId>com.slimgears.rxrepo</groupId>
    <artifactId>rxrepo-test</artifactId>
    <version>0.8.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.slimgears.rxrepo : rxrepo-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.21

All Versions

Choose a version of com.slimgears.rxrepo : rxrepo-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
rxrepo-test-0.8.21
rxrepo-test-0.8.19
rxrepo-test-0.8.18
rxrepo-test-0.8.17
rxrepo-test-0.8.16
rxrepo-test-0.8.15
rxrepo-test-0.8.14
rxrepo-test-0.8.13
rxrepo-test-0.8.12
rxrepo-test-0.8.11
rxrepo-test-0.8.9
0.7.x
rxrepo-test-0.7.130
rxrepo-test-0.7.129
rxrepo-test-0.7.126-2

How to add a dependency to Maven

Add the following com.slimgears.rxrepo : rxrepo-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.slimgears.rxrepo</groupId>
    <artifactId>rxrepo-test</artifactId>
    <version>0.8.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.slimgears.rxrepo : rxrepo-test gradle dependency to your build.gradle file:

implementation 'com.slimgears.rxrepo:rxrepo-test:0.8.21'

Gradle Kotlin DSL: Add the following com.slimgears.rxrepo : rxrepo-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.slimgears.rxrepo:rxrepo-test:0.8.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.slimgears.rxrepo : rxrepo-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.slimgears.rxrepo" % "rxrepo-test" % "0.8.21"