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