is not current version
Last Version 1.4.4

ru.primetalk:synapse-grid-slf4j_2.10 1.3.5

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.5

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

ru.primetalk
ArtifactId

ArtifactId

synapse-grid-slf4j_2.10
Version

Version

1.3.5
Type

Type

jar

Download synapse-grid-slf4j_2.10 1.3.5


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