MVN

org.codehaus.enunciate : enunciate-xfire

Maven & Gradle

Jun 10, 2010
3 usages

Enunciate - XFire Module · The Enunciate XML module generates the artifacts required to deploy XFire-supported SOAP endpoints.

<dependency>
    <groupId>org.codehaus.enunciate</groupId>
    <artifactId>enunciate-xfire</artifactId>
    <version>1.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.enunciate : enunciate-xfire to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.20
  • Latest Release Candidate: 1.20-RC2
  • Latest Beta: 1.8-beta1

All Versions

Choose a version of org.codehaus.enunciate : enunciate-xfire to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.20
enunciate-xfire-1.20
enunciate-xfire-1.20-RC2
enunciate-xfire-1.20-RC1
1.19
enunciate-xfire-1.19
enunciate-xfire-1.19-RC2
enunciate-xfire-1.19-RC1
1.18
enunciate-xfire-1.18
enunciate-xfire-1.18-RC2
enunciate-xfire-1.18-RC1
1.17
enunciate-xfire-1.17
enunciate-xfire-1.17-RC1
1.16
enunciate-xfire-1.16
enunciate-xfire-1.16-RC3
enunciate-xfire-1.16-RC2
enunciate-xfire-1.16-RC1
1.15
enunciate-xfire-1.15
enunciate-xfire-1.15-RC2
enunciate-xfire-1.15-RC1
1.14
enunciate-xfire-1.14
enunciate-xfire-1.14-RC3
enunciate-xfire-1.14-RC2
enunciate-xfire-1.14-RC1
1.13
enunciate-xfire-1.13
enunciate-xfire-1.13-RC2
enunciate-xfire-1.13-RC1
1.12.x
enunciate-xfire-1.12.1
1.12
enunciate-xfire-1.12
enunciate-xfire-1.12-RC1
1.11
enunciate-xfire-1.11
enunciate-xfire-1.11-RC2
enunciate-xfire-1.11-RC1
1.10
enunciate-xfire-1.10
enunciate-xfire-1.10-RC3
enunciate-xfire-1.10-RC2
enunciate-xfire-1.10-RC1
1.9
enunciate-xfire-1.9
enunciate-xfire-1.9-RC2
enunciate-xfire-1.9-RC1
1.8.x
enunciate-xfire-1.8.1
1.8
enunciate-xfire-1.8
enunciate-xfire-1.8-beta1
1.7
enunciate-xfire-1.7
enunciate-xfire-1.7-RC2
enunciate-xfire-1.7-RC1
1.6
enunciate-xfire-1.6
enunciate-xfire-1.6-RC1
1.5
enunciate-xfire-1.5
enunciate-xfire-1.5-RC1
enunciate-xfire-1.5-SNAPSHOT
1.4
enunciate-xfire-1.4
1.3
enunciate-xfire-1.3
1.2
enunciate-xfire-1.2
1.1
enunciate-xfire-1.1
enunciate-xfire-1.1-RC1

How to add a dependency to Maven

Add the following org.codehaus.enunciate : enunciate-xfire maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codehaus.enunciate</groupId>
    <artifactId>enunciate-xfire</artifactId>
    <version>1.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.enunciate : enunciate-xfire gradle dependency to your build.gradle file:

implementation 'org.codehaus.enunciate:enunciate-xfire:1.20'

Gradle Kotlin DSL: Add the following org.codehaus.enunciate : enunciate-xfire gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.enunciate:enunciate-xfire:1.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.enunciate : enunciate-xfire sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.enunciate" % "enunciate-xfire" % "1.20"