MVN

io.reactiverse : reactive-contexts-core

Maven & Gradle

Sep 12, 2019
7 usages
11 stars

reactive-contexts-core

<dependency>
    <groupId>io.reactiverse</groupId>
    <artifactId>reactive-contexts-core</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.reactiverse : reactive-contexts-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of io.reactiverse : reactive-contexts-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • reactive-contexts-core-1.0.1

    Sep 12, 2019
  • reactive-contexts-core-1.0.0

    Jul 02, 2018
  • reactive-contexts-core-0.0.4

    Jun 28, 2018
  • reactive-contexts-core-0.0.2

    Jun 18, 2018
  • reactive-contexts-core-0.0.1

    Jun 18, 2018

How to add a dependency to Maven

Add the following io.reactiverse : reactive-contexts-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.reactiverse</groupId>
    <artifactId>reactive-contexts-core</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.reactiverse : reactive-contexts-core gradle dependency to your build.gradle file:

implementation 'io.reactiverse:reactive-contexts-core:1.0.1'

Gradle Kotlin DSL: Add the following io.reactiverse : reactive-contexts-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.reactiverse:reactive-contexts-core:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.reactiverse : reactive-contexts-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.reactiverse" % "reactive-contexts-core" % "1.0.1"

Advertisement