GroupId | GroupIdcom.sprylab.xar |
---|---|
ArtifactId | ArtifactIdxar-http |
Version | Version0.9.7 |
Type | Typejar |
Filename | Size |
---|---|
xar-http-0.9.7.pom | |
xar-http-0.9.7.jar | 3 KB |
xar-http-0.9.7-sources.jar | 1 KB |
xar-http-0.9.7-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sprylab.xar/xar-http/ -->
<dependency>
<groupId>com.sprylab.xar</groupId>
<artifactId>xar-http</artifactId>
<version>0.9.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.sprylab.xar/xar-http/
implementation 'com.sprylab.xar:xar-http:0.9.7'
// https://jarcasting.com/artifacts/com.sprylab.xar/xar-http/
implementation ("com.sprylab.xar:xar-http:0.9.7")
'com.sprylab.xar:xar-http:jar:0.9.7'
<dependency org="com.sprylab.xar" name="xar-http" rev="0.9.7">
<artifact name="xar-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sprylab.xar', module='xar-http', version='0.9.7')
)
libraryDependencies += "com.sprylab.xar" % "xar-http" % "0.9.7"
[com.sprylab.xar/xar-http "0.9.7"]