License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdorg.netpreserve |
ArtifactId | ArtifactIdjwarc |
Last Version | Last Version0.18.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjwarc
Java library for reading and writing WARC files with a typed API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jwarc-0.18.1.pom | |
jwarc-0.18.1.jar | 168 KB |
jwarc-0.18.1-sources.jar | 87 KB |
jwarc-0.18.1-javadoc.jar | 361 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.netpreserve/jwarc/ -->
<dependency>
<groupId>org.netpreserve</groupId>
<artifactId>jwarc</artifactId>
<version>0.18.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.netpreserve/jwarc/
implementation 'org.netpreserve:jwarc:0.18.1'
// https://jarcasting.com/artifacts/org.netpreserve/jwarc/
implementation ("org.netpreserve:jwarc:0.18.1")
'org.netpreserve:jwarc:jar:0.18.1'
<dependency org="org.netpreserve" name="jwarc" rev="0.18.1">
<artifact name="jwarc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.netpreserve', module='jwarc', version='0.18.1')
)
libraryDependencies += "org.netpreserve" % "jwarc" % "0.18.1"
[org.netpreserve/jwarc "0.18.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |