MVN

org.swisspush : rest-mirror

Maven & Gradle

Mar 28, 2023
2 stars

rest-mirror · A verticle that mirrors resources, which are provided as zip into a rest storage.

<dependency>
    <groupId>org.swisspush</groupId>
    <artifactId>rest-mirror</artifactId>
    <version>3.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.swisspush : rest-mirror to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.4

All Versions

Choose a version of org.swisspush : rest-mirror to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
rest-mirror-3.0.4
rest-mirror-3.0.3
rest-mirror-3.0.2
rest-mirror-3.0.1
rest-mirror-3.0.0
2.2.x
rest-mirror-2.2.1
2.1.x
rest-mirror-2.1.16
rest-mirror-2.1.15
rest-mirror-2.1.14
rest-mirror-2.1.13
rest-mirror-2.1.11
rest-mirror-2.1.3
rest-mirror-2.1.1

How to add a dependency to Maven

Add the following org.swisspush : rest-mirror maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.swisspush</groupId>
    <artifactId>rest-mirror</artifactId>
    <version>3.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.swisspush : rest-mirror gradle dependency to your build.gradle file:

implementation 'org.swisspush:rest-mirror:3.0.4'

Gradle Kotlin DSL: Add the following org.swisspush : rest-mirror gradle kotlin dependency to your build.gradle.kts file:

implementation("org.swisspush:rest-mirror:3.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.swisspush : rest-mirror sbt scala dependency to your build.sbt file:

libraryDependencies += "org.swisspush" % "rest-mirror" % "3.0.4"

Advertisement