MVN

com.github.arucard21.simplyrestful : deploy-springboot-cxf

Maven & Gradle

Jan 13, 2023
1 stars

deploy-springboot-cxf · Easily deploy your SimplyRESTful API using Apache CXF with Spring Boot

<dependency>
    <groupId>com.github.arucard21.simplyrestful</groupId>
    <artifactId>deploy-springboot-cxf</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.arucard21.simplyrestful : deploy-springboot-cxf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.arucard21.simplyrestful : deploy-springboot-cxf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
deploy-springboot-cxf-1.0.0
0.20.x
deploy-springboot-cxf-0.20.1
deploy-springboot-cxf-0.20.0
0.19.x
deploy-springboot-cxf-0.19.1
deploy-springboot-cxf-0.19.0
0.18.x
deploy-springboot-cxf-0.18.4
deploy-springboot-cxf-0.18.3
deploy-springboot-cxf-0.18.2
deploy-springboot-cxf-0.18.1
deploy-springboot-cxf-0.18.0
0.17.x
deploy-springboot-cxf-0.17.5
deploy-springboot-cxf-0.17.4
deploy-springboot-cxf-0.17.3
deploy-springboot-cxf-0.17.2
deploy-springboot-cxf-0.17.1
deploy-springboot-cxf-0.17.0
0.16.x
deploy-springboot-cxf-0.16.2
deploy-springboot-cxf-0.16.1
deploy-springboot-cxf-0.16.0
0.15.x
deploy-springboot-cxf-0.15.0
0.14.x
deploy-springboot-cxf-0.14.0
0.13.x
deploy-springboot-cxf-0.13.3
deploy-springboot-cxf-0.13.2
deploy-springboot-cxf-0.13.1
deploy-springboot-cxf-0.13.0
0.12.x
deploy-springboot-cxf-0.12.2
deploy-springboot-cxf-0.12.1
deploy-springboot-cxf-0.12.0
0.11.x
deploy-springboot-cxf-0.11.5
deploy-springboot-cxf-0.11.4
deploy-springboot-cxf-0.11.3
deploy-springboot-cxf-0.11.2
deploy-springboot-cxf-0.11.1
deploy-springboot-cxf-0.11.0
0.10.x
deploy-springboot-cxf-0.10.2
deploy-springboot-cxf-0.10.1
deploy-springboot-cxf-0.10.0
0.9.x
deploy-springboot-cxf-0.9.0

How to add a dependency to Maven

Add the following com.github.arucard21.simplyrestful : deploy-springboot-cxf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.arucard21.simplyrestful</groupId>
    <artifactId>deploy-springboot-cxf</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.arucard21.simplyrestful : deploy-springboot-cxf gradle dependency to your build.gradle file:

implementation 'com.github.arucard21.simplyrestful:deploy-springboot-cxf:1.0.0'

Gradle Kotlin DSL: Add the following com.github.arucard21.simplyrestful : deploy-springboot-cxf gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.arucard21.simplyrestful:deploy-springboot-cxf:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.arucard21.simplyrestful : deploy-springboot-cxf sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.arucard21.simplyrestful" % "deploy-springboot-cxf" % "1.0.0"