Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.github.piltt |
ArtifactId | ArtifactIdsilky-akka_2.10 |
Version | Version1.0.22 |
Type | Typejar |
Filename | Size |
---|---|
silky-akka_2.10-1.0.22.pom | |
silky-akka_2.10-1.0.22.jar | 23 KB |
silky-akka_2.10-1.0.22-sources.jar | 2 KB |
silky-akka_2.10-1.0.22-javadoc.jar | 372 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.piltt/silky-akka_2.10/ -->
<dependency>
<groupId>com.github.piltt</groupId>
<artifactId>silky-akka_2.10</artifactId>
<version>1.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.piltt/silky-akka_2.10/
implementation 'com.github.piltt:silky-akka_2.10:1.0.22'
// https://jarcasting.com/artifacts/com.github.piltt/silky-akka_2.10/
implementation ("com.github.piltt:silky-akka_2.10:1.0.22")
'com.github.piltt:silky-akka_2.10:jar:1.0.22'
<dependency org="com.github.piltt" name="silky-akka_2.10" rev="1.0.22">
<artifact name="silky-akka_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.piltt', module='silky-akka_2.10', version='1.0.22')
)
libraryDependencies += "com.github.piltt" % "silky-akka_2.10" % "1.0.22"
[com.github.piltt/silky-akka_2.10 "1.0.22"]