GroupId | GroupIdcom.github.kristofa |
---|---|
ArtifactId | ArtifactIdbrave-apache-http-interceptors |
Version | Version2.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.kristofa/brave-apache-http-interceptors/ -->
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-apache-http-interceptors</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristofa/brave-apache-http-interceptors/
implementation 'com.github.kristofa:brave-apache-http-interceptors:2.2.0'
// https://jarcasting.com/artifacts/com.github.kristofa/brave-apache-http-interceptors/
implementation ("com.github.kristofa:brave-apache-http-interceptors:2.2.0")
'com.github.kristofa:brave-apache-http-interceptors:jar:2.2.0'
<dependency org="com.github.kristofa" name="brave-apache-http-interceptors" rev="2.2.0">
<artifact name="brave-apache-http-interceptors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristofa', module='brave-apache-http-interceptors', version='2.2.0')
)
libraryDependencies += "com.github.kristofa" % "brave-apache-http-interceptors" % "2.2.0"
[com.github.kristofa/brave-apache-http-interceptors "2.2.0"]