MVN

net.stickycode.ws : sticky-ws-cxf

Maven & Gradle

Aug 12, 2012
4 usages

sticky-ws-cxf-4 · Class, Field and Method metadata used to remove boilerplate code for construction, configuration, scheduling, monitoring, management and more

<dependency>
    <groupId>net.stickycode.ws</groupId>
    <artifactId>sticky-ws-cxf</artifactId>
    <version>4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.stickycode.ws : sticky-ws-cxf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1

All Versions

Choose a version of net.stickycode.ws : sticky-ws-cxf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1
sticky-ws-cxf-4.1
3.2
sticky-ws-cxf-3.2

How to add a dependency to Maven

Add the following net.stickycode.ws : sticky-ws-cxf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.stickycode.ws</groupId>
    <artifactId>sticky-ws-cxf</artifactId>
    <version>4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.stickycode.ws : sticky-ws-cxf gradle dependency to your build.gradle file:

implementation 'net.stickycode.ws:sticky-ws-cxf:4.1'

Gradle Kotlin DSL: Add the following net.stickycode.ws : sticky-ws-cxf gradle kotlin dependency to your build.gradle.kts file:

implementation("net.stickycode.ws:sticky-ws-cxf:4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.stickycode.ws : sticky-ws-cxf sbt scala dependency to your build.sbt file:

libraryDependencies += "net.stickycode.ws" % "sticky-ws-cxf" % "4.1"

Advertisement