MVN

ru.primetalk : synapse-grid-concurrent

Maven & Gradle

Dec 06, 2013
124 stars

SynapseGrid is a framework for constructing reactive real-time immutable data flow systems. -core contains everything to run a single-threaded system, -akka contains everything to run systemsover Akka actors, -slf4j - enables logging, -examples - a few test systems.

<dependency>
    <groupId>ru.primetalk</groupId>
    <artifactId>synapse-grid-concurrent</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.primetalk : synapse-grid-concurrent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of ru.primetalk : synapse-grid-concurrent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
synapse-grid-concurrent-1.3.1
synapse-grid-concurrent-1.3.0

How to add a dependency to Maven

Add the following ru.primetalk : synapse-grid-concurrent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.primetalk</groupId>
    <artifactId>synapse-grid-concurrent</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.primetalk : synapse-grid-concurrent gradle dependency to your build.gradle file:

implementation 'ru.primetalk:synapse-grid-concurrent:1.3.1'

Gradle Kotlin DSL: Add the following ru.primetalk : synapse-grid-concurrent gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.primetalk:synapse-grid-concurrent:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.primetalk : synapse-grid-concurrent sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.primetalk" % "synapse-grid-concurrent" % "1.3.1"

Advertisement