s

servicetalk-annotations

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-annotations-0.42.52.jar download
servicetalk-annotations-0.42.52.pom download
servicetalk-annotations-0.42.52-sources.jar download
Apache Maven
<dependency>
  <groupId>io.servicetalk</groupId>
  <artifactId>servicetalk-annotations</artifactId>
  <version>0.42.52</version>
</dependency>
Gradle Groovy
implementation 'io.servicetalk:servicetalk-annotations:0.42.52'
Gradle Kotlin
implementation("io.servicetalk:servicetalk-annotations:0.42.52")
Scala SBT
libraryDependencies += "io.servicetalk" % "servicetalk-annotations" % "0.42.52"
Groovy Grape
@Grapes(
  @Grab(group='io.servicetalk', module='servicetalk-annotations', version='0.42.52')
)
Apache Ivy
<dependency org="io.servicetalk" name="servicetalk-annotations" rev="0.42.52" />
Leiningen
[io.servicetalk/servicetalk-annotations "0.42.52"]
Apache Buildr
'io.servicetalk:servicetalk-annotations:jar:0.42.52'