| GroupId | GroupIdcom.github.kristofa |
|---|---|
| ArtifactId | ArtifactIdbrave-http |
| Version | Version3.0.0-alpha-1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| brave-http-3.0.0-alpha-1.pom | |
| brave-http-3.0.0-alpha-1.jar | 11 KB |
| brave-http-3.0.0-alpha-1-sources.jar | 7 KB |
| brave-http-3.0.0-alpha-1-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.kristofa/brave-http/ -->
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-http</artifactId>
<version>3.0.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristofa/brave-http/
implementation 'com.github.kristofa:brave-http:3.0.0-alpha-1'
// https://jarcasting.com/artifacts/com.github.kristofa/brave-http/
implementation ("com.github.kristofa:brave-http:3.0.0-alpha-1")
'com.github.kristofa:brave-http:jar:3.0.0-alpha-1'
<dependency org="com.github.kristofa" name="brave-http" rev="3.0.0-alpha-1">
<artifact name="brave-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristofa', module='brave-http', version='3.0.0-alpha-1')
)
libraryDependencies += "com.github.kristofa" % "brave-http" % "3.0.0-alpha-1"
[com.github.kristofa/brave-http "3.0.0-alpha-1"]