s

servicetalk-concurrent-api

A networking framework that evolves with your application
https://servicetalk.io
The Apache License, Version 2.0
ServiceTalk project authors
Files download
File Operation
servicetalk-concurrent-api-0.42.21.jar download
servicetalk-concurrent-api-0.42.21.pom download
servicetalk-concurrent-api-0.42.21-sources.jar download
Apache Maven
<dependency>
  <groupId>io.servicetalk</groupId>
  <artifactId>servicetalk-concurrent-api</artifactId>
  <version>0.42.21</version>
</dependency>
Gradle Groovy
implementation 'io.servicetalk:servicetalk-concurrent-api:0.42.21'
Gradle Kotlin
implementation("io.servicetalk:servicetalk-concurrent-api:0.42.21")
Scala SBT
libraryDependencies += "io.servicetalk" % "servicetalk-concurrent-api" % "0.42.21"
Groovy Grape
@Grapes(
  @Grab(group='io.servicetalk', module='servicetalk-concurrent-api', version='0.42.21')
)
Apache Ivy
<dependency org="io.servicetalk" name="servicetalk-concurrent-api" rev="0.42.21" />
Leiningen
[io.servicetalk/servicetalk-concurrent-api "0.42.21"]
Apache Buildr
'io.servicetalk:servicetalk-concurrent-api:jar:0.42.21'