MVN

org.swisspush.mirror : rest-mirror

Maven & Gradle

Jun 26, 2017
2 stars

Vertx-Rest-Mirror-Release-Pipeline · A verticle that mirrors resources, which are provided as zip into a rest storage.

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

Latest Version

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

  • Latest Stable: 2.1.10

All Versions

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

Version Vulnerabilities Updated
2.1.x
rest-mirror-2.1.10

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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