Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdch.jodersky |
ArtifactId | ArtifactIdakka-serial-sync_2.11 |
Version | Version4.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.jodersky/akka-serial-sync_2.11/ -->
<dependency>
<groupId>ch.jodersky</groupId>
<artifactId>akka-serial-sync_2.11</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.jodersky/akka-serial-sync_2.11/
implementation 'ch.jodersky:akka-serial-sync_2.11:4.1.0'
// https://jarcasting.com/artifacts/ch.jodersky/akka-serial-sync_2.11/
implementation ("ch.jodersky:akka-serial-sync_2.11:4.1.0")
'ch.jodersky:akka-serial-sync_2.11:jar:4.1.0'
<dependency org="ch.jodersky" name="akka-serial-sync_2.11" rev="4.1.0">
<artifact name="akka-serial-sync_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.jodersky', module='akka-serial-sync_2.11', version='4.1.0')
)
libraryDependencies += "ch.jodersky" % "akka-serial-sync_2.11" % "4.1.0"
[ch.jodersky/akka-serial-sync_2.11 "4.1.0"]