MVN

de.schlichtherle.truezip : truezip-driver-http

Maven & Gradle

Aug 07, 2016

TrueZIP Driver HTTP(S) · The file system driver for the HTTP(S) scheme. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

<dependency>
    <groupId>de.schlichtherle.truezip</groupId>
    <artifactId>truezip-driver-http</artifactId>
    <version>7.7.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.schlichtherle.truezip : truezip-driver-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.7.10
  • Latest Release Candidate: 7.3-rc-1
  • Latest Beta: 7.2-beta-3

All Versions

Choose a version of de.schlichtherle.truezip : truezip-driver-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.7.x
truezip-driver-http-7.7.10
truezip-driver-http-7.7.9
truezip-driver-http-7.7.8
truezip-driver-http-7.7.7
truezip-driver-http-7.7.6
truezip-driver-http-7.7.5
truezip-driver-http-7.7.4
truezip-driver-http-7.7.3
truezip-driver-http-7.7.2
truezip-driver-http-7.7.1
7.7
truezip-driver-http-7.7
7.6.x
truezip-driver-http-7.6.6
truezip-driver-http-7.6.5
truezip-driver-http-7.6.4
truezip-driver-http-7.6.3
truezip-driver-http-7.6.1
7.6
truezip-driver-http-7.6
7.5.x
truezip-driver-http-7.5.5
truezip-driver-http-7.5.4
truezip-driver-http-7.5.3
truezip-driver-http-7.5.2
truezip-driver-http-7.5.1
7.5
truezip-driver-http-7.5
7.4.x
truezip-driver-http-7.4.3
truezip-driver-http-7.4.2
truezip-driver-http-7.4.1
7.4
truezip-driver-http-7.4
7.3.x
truezip-driver-http-7.3.4
truezip-driver-http-7.3.3
truezip-driver-http-7.3.2
truezip-driver-http-7.3.1
7.3
truezip-driver-http-7.3
truezip-driver-http-7.3-rc-1
7.2.x
truezip-driver-http-7.2.1
7.2
truezip-driver-http-7.2
truezip-driver-http-7.2-rc-2
truezip-driver-http-7.2-rc-1
truezip-driver-http-7.2-beta-3
truezip-driver-http-7.2-beta-1
7.1.x
truezip-driver-http-7.1.4
truezip-driver-http-7.1.3
truezip-driver-http-7.1.2
truezip-driver-http-7.1.1
7.1
truezip-driver-http-7.1
7.0
truezip-driver-http-7.0
truezip-driver-http-7.0-rc2
truezip-driver-http-7.0-rc1

How to add a dependency to Maven

Add the following de.schlichtherle.truezip : truezip-driver-http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.schlichtherle.truezip</groupId>
    <artifactId>truezip-driver-http</artifactId>
    <version>7.7.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.schlichtherle.truezip : truezip-driver-http gradle dependency to your build.gradle file:

implementation 'de.schlichtherle.truezip:truezip-driver-http:7.7.10'

Gradle Kotlin DSL: Add the following de.schlichtherle.truezip : truezip-driver-http gradle kotlin dependency to your build.gradle.kts file:

implementation("de.schlichtherle.truezip:truezip-driver-http:7.7.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.schlichtherle.truezip : truezip-driver-http sbt scala dependency to your build.sbt file:

libraryDependencies += "de.schlichtherle.truezip" % "truezip-driver-http" % "7.7.10"