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