License |
License |
---|---|
GroupId | GroupIdcom.github.kristofa |
ArtifactId | ArtifactIdbrave-http |
Last Version | Last Version3.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbrave-http
Abstraction that makes it easier to implement brave in http clients and servers.
|
Project URL |
Project URL |
Filename | Size |
---|---|
brave-http-3.7.0.pom | |
brave-http-3.7.0.jar | 10 KB |
brave-http-3.7.0-sources.jar | 6 KB |
brave-http-3.7.0-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kristofa/brave-http/ -->
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-http</artifactId>
<version>3.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristofa/brave-http/
implementation 'com.github.kristofa:brave-http:3.7.0'
// https://jarcasting.com/artifacts/com.github.kristofa/brave-http/
implementation ("com.github.kristofa:brave-http:3.7.0")
'com.github.kristofa:brave-http:jar:3.7.0'
<dependency org="com.github.kristofa" name="brave-http" rev="3.7.0">
<artifact name="brave-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristofa', module='brave-http', version='3.7.0')
)
libraryDependencies += "com.github.kristofa" % "brave-http" % "3.7.0"
[com.github.kristofa/brave-http "3.7.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.kristofa : brave-core | jar | 3.7.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.2.0 |
org.apache.logging.log4j : log4j-core | jar | 2.3 |
org.apache.logging.log4j : log4j-jul | jar | 2.3 |
org.mockito : mockito-all | jar | 1.10.19 |