MVN

org.mule.maven.exchange : polyglot-exchange

Maven & Gradle

Aug 23, 2023
0 stars
<dependency>
    <groupId>org.mule.maven.exchange</groupId>
    <artifactId>polyglot-exchange</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.maven.exchange : polyglot-exchange to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of org.mule.maven.exchange : polyglot-exchange to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
polyglot-exchange-2.4.0
2.3.x
polyglot-exchange-2.3.0
2.2.x
polyglot-exchange-2.2.2
polyglot-exchange-2.2.1
polyglot-exchange-2.2.0
2.1.x
polyglot-exchange-2.1.3
polyglot-exchange-2.1.2
polyglot-exchange-2.1.1
polyglot-exchange-2.1.0
2.0.x
polyglot-exchange-2.0.2
polyglot-exchange-2.0.1
polyglot-exchange-2.0.0
1.0.x
polyglot-exchange-1.0.9
polyglot-exchange-1.0.8
polyglot-exchange-1.0.7
polyglot-exchange-1.0.6
polyglot-exchange-1.0.5
polyglot-exchange-1.0.4
polyglot-exchange-1.0.3
polyglot-exchange-1.0.2
polyglot-exchange-1.0.1
polyglot-exchange-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mule.maven.exchange</groupId>
    <artifactId>polyglot-exchange</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mule.maven.exchange : polyglot-exchange gradle dependency to your build.gradle file:

implementation 'org.mule.maven.exchange:polyglot-exchange:2.4.0'

Gradle Kotlin DSL: Add the following org.mule.maven.exchange : polyglot-exchange gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mule.maven.exchange:polyglot-exchange:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mule.maven.exchange : polyglot-exchange sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mule.maven.exchange" % "polyglot-exchange" % "2.4.0"

Advertisement