MVN

org.kantega.respiro : respiro-cxf-deploy-plugin

Maven & Gradle

Dec 02, 2016
<dependency>
    <groupId>org.kantega.respiro</groupId>
    <artifactId>respiro-cxf-deploy-plugin</artifactId>
    <version>1.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kantega.respiro : respiro-cxf-deploy-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.1

All Versions

Choose a version of org.kantega.respiro : respiro-cxf-deploy-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
respiro-cxf-deploy-plugin-1.8.1
1.8
respiro-cxf-deploy-plugin-1.8
1.7
respiro-cxf-deploy-plugin-1.7
1.6
respiro-cxf-deploy-plugin-1.6
1.5
respiro-cxf-deploy-plugin-1.5
1.4
respiro-cxf-deploy-plugin-1.4
1.3
respiro-cxf-deploy-plugin-1.3
1.2
respiro-cxf-deploy-plugin-1.2
1.1
respiro-cxf-deploy-plugin-1.1
1.0
respiro-cxf-deploy-plugin-1.0

How to add a dependency to Maven

Add the following org.kantega.respiro : respiro-cxf-deploy-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kantega.respiro</groupId>
    <artifactId>respiro-cxf-deploy-plugin</artifactId>
    <version>1.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kantega.respiro : respiro-cxf-deploy-plugin gradle dependency to your build.gradle file:

implementation 'org.kantega.respiro:respiro-cxf-deploy-plugin:1.8.1'

Gradle Kotlin DSL: Add the following org.kantega.respiro : respiro-cxf-deploy-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kantega.respiro:respiro-cxf-deploy-plugin:1.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kantega.respiro : respiro-cxf-deploy-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kantega.respiro" % "respiro-cxf-deploy-plugin" % "1.8.1"