is not current version
Last Version 2.1.2

org.mule.maven.exchange:exchange_maven_client 1.0.6

This project contains the maven polyglot extension and the maven packager to build an API project using maven

Categories

Categories

Maven Build Tools CLI User Interface
GroupId

GroupId

org.mule.maven.exchange
ArtifactId

ArtifactId

exchange_maven_client
Version

Version

1.0.6
Type

Type

pom

Download exchange_maven_client 1.0.6


<!-- https://jarcasting.com/artifacts/org.mule.maven.exchange/exchange_maven_client/ -->
<dependency>
    <groupId>org.mule.maven.exchange</groupId>
    <artifactId>exchange_maven_client</artifactId>
    <version>1.0.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mule.maven.exchange/exchange_maven_client/
implementation 'org.mule.maven.exchange:exchange_maven_client:1.0.6'
// https://jarcasting.com/artifacts/org.mule.maven.exchange/exchange_maven_client/
implementation ("org.mule.maven.exchange:exchange_maven_client:1.0.6")
'org.mule.maven.exchange:exchange_maven_client:pom:1.0.6'
<dependency org="org.mule.maven.exchange" name="exchange_maven_client" rev="1.0.6">
  <artifact name="exchange_maven_client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mule.maven.exchange', module='exchange_maven_client', version='1.0.6')
)
libraryDependencies += "org.mule.maven.exchange" % "exchange_maven_client" % "1.0.6"
[org.mule.maven.exchange/exchange_maven_client "1.0.6"]