MVN

com.github.kristofa : brave-http

Maven & Gradle

May 06, 2016
11 usages
2.1k stars

brave-http · Abstraction that makes it easier to implement brave in http clients and servers.

<dependency>
    <groupId>com.github.kristofa</groupId>
    <artifactId>brave-http</artifactId>
    <version>3.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kristofa : brave-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.0
  • Latest Release Candidate: 3.0.0-rc-1
  • Latest Alpha: 3.0.0-alpha-1

All Versions

Choose a version of com.github.kristofa : brave-http to add to Maven or Gradle - All Versions:

  • Version Updated
  • brave-http-3.7.0

    May 06, 2016
  • brave-http-3.6.0

    Apr 25, 2016
  • brave-http-3.5.0

    Mar 06, 2016
  • brave-http-3.4.0

    Jan 10, 2016
  • brave-http-3.3.0

    Dec 31, 2015
  • brave-http-3.2.0

    Dec 09, 2015
  • brave-http-3.1.0

    Nov 09, 2015
  • brave-http-3.0.0

    Sep 20, 2015
  • brave-http-3.0.0-rc-1

    Aug 31, 2015
  • brave-http-3.0.0-alpha-1

    Jun 21, 2015

How to add a dependency to Maven

Add the following com.github.kristofa : brave-http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.kristofa</groupId>
    <artifactId>brave-http</artifactId>
    <version>3.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.kristofa : brave-http gradle dependency to your build.gradle file:

implementation 'com.github.kristofa:brave-http:3.7.0'

Gradle Kotlin DSL: Add the following com.github.kristofa : brave-http gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.kristofa:brave-http:3.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.kristofa : brave-http sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.kristofa" % "brave-http" % "3.7.0"