MVN

mule : mule-xfire-provider

Maven & Gradle

Jul 18, 2006
<dependency>
    <groupId>mule</groupId>
    <artifactId>mule-xfire-provider</artifactId>
    <version>1.3-rc4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of mule : mule-xfire-provider to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3-rc4
  • Latest Release Candidate: 1.3-rc4

All Versions

Choose a version of mule : mule-xfire-provider to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
mule-xfire-provider-1.3-rc4
mule-xfire-provider-1.3-rc3
mule-xfire-provider-1.3-rc2
mule-xfire-provider-1.3-rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>mule</groupId>
    <artifactId>mule-xfire-provider</artifactId>
    <version>1.3-rc4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following mule : mule-xfire-provider gradle dependency to your build.gradle file:

implementation 'mule:mule-xfire-provider:1.3-rc4'

Gradle Kotlin DSL: Add the following mule : mule-xfire-provider gradle kotlin dependency to your build.gradle.kts file:

implementation("mule:mule-xfire-provider:1.3-rc4")

How to add a dependency to SBT Scala

SBT Scala: Add the following mule : mule-xfire-provider sbt scala dependency to your build.sbt file:

libraryDependencies += "mule" % "mule-xfire-provider" % "1.3-rc4"

Advertisement