| GroupId | GroupIdcom.jcabi |
|---|---|
| ArtifactId | ArtifactIdjcabi-http |
| Version | Version1.15 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jcabi-http-1.15.pom | |
| jcabi-http-1.15.jar | 97 KB |
| jcabi-http-1.15-sources.jar | 95 KB |
| jcabi-http-1.15-javadoc.jar | 244 KB |
| jcabi-http-1.15-jar-with-dependencies.jar | 397 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jcabi/jcabi-http/ -->
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-http</artifactId>
<version>1.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.jcabi/jcabi-http/
implementation 'com.jcabi:jcabi-http:1.15'
// https://jarcasting.com/artifacts/com.jcabi/jcabi-http/
implementation ("com.jcabi:jcabi-http:1.15")
'com.jcabi:jcabi-http:jar:1.15'
<dependency org="com.jcabi" name="jcabi-http" rev="1.15">
<artifact name="jcabi-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jcabi', module='jcabi-http', version='1.15')
)
libraryDependencies += "com.jcabi" % "jcabi-http" % "1.15"
[com.jcabi/jcabi-http "1.15"]