MVN

com.ithit.webdav.integration : javax-integration

Maven & Gradle

Dec 07, 2023
52 stars

Java Javax Servlet integration for IT Hit WebDav Server · IT Hit WebDAV integration for standard Java servlet containers

<dependency>
    <groupId>com.ithit.webdav.integration</groupId>
    <artifactId>javax-integration</artifactId>
    <version>7.0.10120-Beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ithit.webdav.integration : javax-integration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.10120-Beta
  • Latest Beta: 7.0.10120-Beta

All Versions

Choose a version of com.ithit.webdav.integration : javax-integration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
javax-integration-7.0.10120-Beta

How to add a dependency to Maven

Add the following com.ithit.webdav.integration : javax-integration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ithit.webdav.integration</groupId>
    <artifactId>javax-integration</artifactId>
    <version>7.0.10120-Beta</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ithit.webdav.integration : javax-integration gradle dependency to your build.gradle file:

implementation 'com.ithit.webdav.integration:javax-integration:7.0.10120-Beta'

Gradle Kotlin DSL: Add the following com.ithit.webdav.integration : javax-integration gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ithit.webdav.integration:javax-integration:7.0.10120-Beta")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ithit.webdav.integration : javax-integration sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ithit.webdav.integration" % "javax-integration" % "7.0.10120-Beta"

Advertisement