j

jwat-tools

JWAT-Tools uses the available JWAT libraries to make high level tasks available either from command-line or programmatically. Common tasks include: Test, Compress, Decompress, CDX, Arc2Warc. More specialised tasks include: Changed, ContainerMD, Delete, Extract, Interval, PathIndex, Unpack, Headers2CDX.
http://jwat.org/
Apache License, Version 2.0
Nicholas Clarke Nicholas Clarke
Files download
File Operation
jwat-tools-0.7.1.jar download
jwat-tools-0.7.1.pom download
jwat-tools-0.7.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jwat</groupId>
  <artifactId>jwat-tools</artifactId>
  <version>0.7.1</version>
</dependency>
Gradle Groovy
implementation 'org.jwat:jwat-tools:0.7.1'
Gradle Kotlin
implementation("org.jwat:jwat-tools:0.7.1")
Scala SBT
libraryDependencies += "org.jwat" % "jwat-tools" % "0.7.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jwat', module='jwat-tools', version='0.7.1')
)
Apache Ivy
<dependency org="org.jwat" name="jwat-tools" rev="0.7.1" />
Leiningen
[org.jwat/jwat-tools "0.7.1"]
Apache Buildr
'org.jwat:jwat-tools:jar:0.7.1'