| GroupId | GroupIdio.firebus |
|---|---|
| ArtifactId | ArtifactIdfirebus-http |
| Version | Version1.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| firebus-http-1.0.8.pom | |
| firebus-http-1.0.8.jar | 37 KB |
| firebus-http-1.0.8-sources.jar | 23 KB |
| firebus-http-1.0.8-javadoc.jar | 144 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.firebus/firebus-http/ -->
<dependency>
<groupId>io.firebus</groupId>
<artifactId>firebus-http</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.firebus/firebus-http/
implementation 'io.firebus:firebus-http:1.0.8'
// https://jarcasting.com/artifacts/io.firebus/firebus-http/
implementation ("io.firebus:firebus-http:1.0.8")
'io.firebus:firebus-http:jar:1.0.8'
<dependency org="io.firebus" name="firebus-http" rev="1.0.8">
<artifact name="firebus-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.firebus', module='firebus-http', version='1.0.8')
)
libraryDependencies += "io.firebus" % "firebus-http" % "1.0.8"
[io.firebus/firebus-http "1.0.8"]