b

brave-http

Abstraction that makes it easier to implement brave in http clients and servers.
https://github.com/kristofa/brave
Apache 2
Files download
File Operation
brave-http-3.0.0-rc-1.jar download
brave-http-3.0.0-rc-1.pom download
brave-http-3.0.0-rc-1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.kristofa</groupId>
  <artifactId>brave-http</artifactId>
  <version>3.0.0-rc-1</version>
</dependency>
Gradle Groovy
implementation 'com.github.kristofa:brave-http:3.0.0-rc-1'
Gradle Kotlin
implementation("com.github.kristofa:brave-http:3.0.0-rc-1")
Scala SBT
libraryDependencies += "com.github.kristofa" % "brave-http" % "3.0.0-rc-1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kristofa', module='brave-http', version='3.0.0-rc-1')
)
Apache Ivy
<dependency org="com.github.kristofa" name="brave-http" rev="3.0.0-rc-1" />
Leiningen
[com.github.kristofa/brave-http "3.0.0-rc-1"]
Apache Buildr
'com.github.kristofa:brave-http:jar:3.0.0-rc-1'