License |
License |
---|---|
Categories |
CategoriesMaven Build Tools CLI User Interface |
GroupId | GroupIdorg.mule.maven.exchange |
ArtifactId | ArtifactIdexchange_maven_client |
Last Version | Last Version2.1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionexchange_maven_client
This project contains the maven polyglot extension and the maven packager to build an API project using maven
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
exchange_maven_client-2.1.2.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mule.maven.exchange/exchange_maven_client/ -->
<dependency>
<groupId>org.mule.maven.exchange</groupId>
<artifactId>exchange_maven_client</artifactId>
<version>2.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mule.maven.exchange/exchange_maven_client/
implementation 'org.mule.maven.exchange:exchange_maven_client:2.1.2'
// https://jarcasting.com/artifacts/org.mule.maven.exchange/exchange_maven_client/
implementation ("org.mule.maven.exchange:exchange_maven_client:2.1.2")
'org.mule.maven.exchange:exchange_maven_client:pom:2.1.2'
<dependency org="org.mule.maven.exchange" name="exchange_maven_client" rev="2.1.2">
<artifact name="exchange_maven_client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mule.maven.exchange', module='exchange_maven_client', version='2.1.2')
)
libraryDependencies += "org.mule.maven.exchange" % "exchange_maven_client" % "2.1.2"
[org.mule.maven.exchange/exchange_maven_client "2.1.2"]