MVN

com.github.sysalto : reactivereports-core-akka_2.12

Maven & Gradle

Feb 09, 2020
16 stars

ReactiveReports Core Akka · ReactiveReports Core Akka

<dependency>
    <groupId>com.github.sysalto</groupId>
    <artifactId>reactivereports-core-akka_2.12</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sysalto : reactivereports-core-akka_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7
  • Latest Release Candidate: 1.0.0-RC.7
  • Latest Beta: 1.0.0-beta.4

All Versions

Choose a version of com.github.sysalto : reactivereports-core-akka_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
reactivereports-core-akka_2.12-1.0.7
reactivereports-core-akka_2.12-1.0.5
reactivereports-core-akka_2.12-1.0.4
reactivereports-core-akka_2.12-1.0.3
reactivereports-core-akka_2.12-1.0.2
reactivereports-core-akka_2.12-1.0.1
reactivereports-core-akka_2.12-1.0.0-RC.7
reactivereports-core-akka_2.12-1.0.0-RC.6
reactivereports-core-akka_2.12-1.0.0-RC.5.3
reactivereports-core-akka_2.12-1.0.0-RC.5.2
reactivereports-core-akka_2.12-1.0.0-RC.5.1
reactivereports-core-akka_2.12-1.0.0-RC.5
reactivereports-core-akka_2.12-1.0.0-RC.4
reactivereports-core-akka_2.12-1.0.0-RC.3
reactivereports-core-akka_2.12-1.0.0-RC.2
reactivereports-core-akka_2.12-1.0.0-RC.1
reactivereports-core-akka_2.12-1.0.0-beta.4
reactivereports-core-akka_2.12-1.0.0-beta.3
reactivereports-core-akka_2.12-1.0.0-beta.1

How to add a dependency to Maven

Add the following com.github.sysalto : reactivereports-core-akka_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.sysalto</groupId>
    <artifactId>reactivereports-core-akka_2.12</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sysalto : reactivereports-core-akka_2.12 gradle dependency to your build.gradle file:

implementation 'com.github.sysalto:reactivereports-core-akka_2.12:1.0.7'

Gradle Kotlin DSL: Add the following com.github.sysalto : reactivereports-core-akka_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sysalto:reactivereports-core-akka_2.12:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sysalto : reactivereports-core-akka_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sysalto" % "reactivereports-core-akka_2.12" % "1.0.7"

Advertisement