MVN

de.taimos : spring-cxf-daemon

Maven & Gradle

Nov 22, 2015
2 usages

Daemon with Spring and CXF

<dependency>
    <groupId>de.taimos</groupId>
    <artifactId>spring-cxf-daemon</artifactId>
    <version>2.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.taimos : spring-cxf-daemon to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.10

All Versions

Choose a version of de.taimos : spring-cxf-daemon to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.10
spring-cxf-daemon-2.10
2.9
spring-cxf-daemon-2.9
2.8
spring-cxf-daemon-2.8
2.7
spring-cxf-daemon-2.7
2.6
spring-cxf-daemon-2.6
2.5
spring-cxf-daemon-2.5
2.4
spring-cxf-daemon-2.4
2.3
spring-cxf-daemon-2.3
2.2
spring-cxf-daemon-2.2
2.1
spring-cxf-daemon-2.1
2.0
spring-cxf-daemon-2.0
1.8
spring-cxf-daemon-1.8
1.7
spring-cxf-daemon-1.7
1.6
spring-cxf-daemon-1.6
1.5
spring-cxf-daemon-1.5
1.4
spring-cxf-daemon-1.4
1.3
spring-cxf-daemon-1.3
1.2.x
spring-cxf-daemon-1.2.7
spring-cxf-daemon-1.2.6
spring-cxf-daemon-1.2.5
spring-cxf-daemon-1.2.4
spring-cxf-daemon-1.2.3
spring-cxf-daemon-1.2.2
spring-cxf-daemon-1.2.1
spring-cxf-daemon-1.2.0
1.1.x
spring-cxf-daemon-1.1.0
1.0.x
spring-cxf-daemon-1.0.0

How to add a dependency to Maven

Add the following de.taimos : spring-cxf-daemon maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.taimos</groupId>
    <artifactId>spring-cxf-daemon</artifactId>
    <version>2.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.taimos : spring-cxf-daemon gradle dependency to your build.gradle file:

implementation 'de.taimos:spring-cxf-daemon:2.10'

Gradle Kotlin DSL: Add the following de.taimos : spring-cxf-daemon gradle kotlin dependency to your build.gradle.kts file:

implementation("de.taimos:spring-cxf-daemon:2.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.taimos : spring-cxf-daemon sbt scala dependency to your build.sbt file:

libraryDependencies += "de.taimos" % "spring-cxf-daemon" % "2.10"

Advertisement