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