MVN

org.talend.esb.sts : cxf-sts-war

Maven & Gradle

Nov 16, 2021
1 usages
148 stars

Talend ESB :: STS :: War

<dependency>
    <groupId>org.talend.esb.sts</groupId>
    <artifactId>cxf-sts-war</artifactId>
    <version>8.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.talend.esb.sts : cxf-sts-war to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.1

All Versions

Choose a version of org.talend.esb.sts : cxf-sts-war to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
cxf-sts-war-8.0.1
7.3.x
cxf-sts-war-7.3.1
7.2.x
cxf-sts-war-7.2.1
7.1.x
cxf-sts-war-7.1.1
7.0.x
cxf-sts-war-7.0.1
6.5.x
cxf-sts-war-6.5.1
6.4.x
cxf-sts-war-6.4.1
cxf-sts-war-6.4.0
6.3.x
cxf-sts-war-6.3.2
cxf-sts-war-6.3.1
cxf-sts-war-6.3.0
6.2.x
cxf-sts-war-6.2.2
cxf-sts-war-6.2.1
cxf-sts-war-6.2.0
6.1.x
cxf-sts-war-6.1.2
cxf-sts-war-6.1.1
cxf-sts-war-6.1.0
6.0.x
cxf-sts-war-6.0.1
cxf-sts-war-6.0.0
5.6.x
cxf-sts-war-5.6.3
cxf-sts-war-5.6.2
cxf-sts-war-5.6.1
cxf-sts-war-5.6.0
5.5.x
cxf-sts-war-5.5.2
cxf-sts-war-5.5.1
cxf-sts-war-5.5.0
5.4.x
cxf-sts-war-5.4.2
cxf-sts-war-5.4.1
cxf-sts-war-5.4.0
5.3.x
cxf-sts-war-5.3.2
cxf-sts-war-5.3.1
cxf-sts-war-5.3.0
5.2.x
cxf-sts-war-5.2.3
cxf-sts-war-5.2.2
cxf-sts-war-5.2.1
cxf-sts-war-5.2.0
5.1.x
cxf-sts-war-5.1.3
cxf-sts-war-5.1.2
cxf-sts-war-5.1.1
cxf-sts-war-5.1.0
5.0.x
cxf-sts-war-5.0.2
cxf-sts-war-5.0.1
cxf-sts-war-5.0.0

How to add a dependency to Maven

Add the following org.talend.esb.sts : cxf-sts-war maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.talend.esb.sts</groupId>
    <artifactId>cxf-sts-war</artifactId>
    <version>8.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.talend.esb.sts : cxf-sts-war gradle dependency to your build.gradle file:

implementation 'org.talend.esb.sts:cxf-sts-war:8.0.1'

Gradle Kotlin DSL: Add the following org.talend.esb.sts : cxf-sts-war gradle kotlin dependency to your build.gradle.kts file:

implementation("org.talend.esb.sts:cxf-sts-war:8.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.talend.esb.sts : cxf-sts-war sbt scala dependency to your build.sbt file:

libraryDependencies += "org.talend.esb.sts" % "cxf-sts-war" % "8.0.1"

Advertisement