License |
License |
---|---|
GroupId | GroupIdcom.sprylab.xar |
ArtifactId | ArtifactIdxar-http |
Version | Version0.9.9 |
Type | Typejar |
Description |
Descriptionxar (HTTP)
A Java library for reading and writing eXtensible ARchiver files.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
xar-http-0.9.9.pom | |
xar-http-0.9.9.jar | 4 KB |
xar-http-0.9.9-sources.jar | 2 KB |
xar-http-0.9.9-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.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.sprylab.xar/xar-http/
implementation 'com.sprylab.xar:xar-http:0.9.9'
// https://jarcasting.com/artifacts/com.sprylab.xar/xar-http/
implementation ("com.sprylab.xar:xar-http:0.9.9")
'com.sprylab.xar:xar-http:jar:0.9.9'
<dependency org="com.sprylab.xar" name="xar-http" rev="0.9.9">
<artifact name="xar-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sprylab.xar', module='xar-http', version='0.9.9')
)
libraryDependencies += "com.sprylab.xar" % "xar-http" % "0.9.9"
[com.sprylab.xar/xar-http "0.9.9"]
Group / Artifact | Type | Version |
---|---|---|
com.sprylab.xar : xar | jar | 0.9.9 |
com.squareup.okhttp3 : okhttp | jar | 3.11.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.10.0 |
commons-io : commons-io | jar | 2.5 |
commons-codec : commons-codec | jar | 1.11 |
org.apache.commons : commons-lang3 | jar | 3.7 |
com.squareup.okhttp3 : mockwebserver | jar | 3.11.0 |
org.slf4j : slf4j-simple | jar | 1.7.25 |