is not current version
Last Version 1.4.7

ru.primetalk:synapse-grid-slf4j_2.11 1.3.8

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 systems over Akka actors, -slf4j - enables logging, -concurrent - running systems directly over ExecutorContext without the need for Akka, -examples - a few test systems. Also there are -frames - a framework for type construction with meta information (see relations.scala). -typed-expressions - a framework for defining parsers and generators for natural language. The current version is 1.3.8

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

ru.primetalk
ArtifactId

ArtifactId

synapse-grid-slf4j_2.11
Version

Version

1.3.8
Type

Type

jar

Download synapse-grid-slf4j_2.11 1.3.8


<!-- https://jarcasting.com/artifacts/ru.primetalk/synapse-grid-slf4j_2.11/ -->
<dependency>
    <groupId>ru.primetalk</groupId>
    <artifactId>synapse-grid-slf4j_2.11</artifactId>
    <version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/ru.primetalk/synapse-grid-slf4j_2.11/
implementation 'ru.primetalk:synapse-grid-slf4j_2.11:1.3.8'
// https://jarcasting.com/artifacts/ru.primetalk/synapse-grid-slf4j_2.11/
implementation ("ru.primetalk:synapse-grid-slf4j_2.11:1.3.8")
'ru.primetalk:synapse-grid-slf4j_2.11:jar:1.3.8'
<dependency org="ru.primetalk" name="synapse-grid-slf4j_2.11" rev="1.3.8">
  <artifact name="synapse-grid-slf4j_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.primetalk', module='synapse-grid-slf4j_2.11', version='1.3.8')
)
libraryDependencies += "ru.primetalk" % "synapse-grid-slf4j_2.11" % "1.3.8"
[ru.primetalk/synapse-grid-slf4j_2.11 "1.3.8"]