License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.mule.maven.exchange |
ArtifactId | ArtifactIdpolyglot-exchange |
Version | Version1.0.9 |
Type | Typejar |
Description |
DescriptionThis project contains the maven polyglot extension and the maven packager to build an API project using maven
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.mule.maven.exchange/polyglot-exchange/ -->
<dependency>
<groupId>org.mule.maven.exchange</groupId>
<artifactId>polyglot-exchange</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.maven.exchange/polyglot-exchange/
implementation 'org.mule.maven.exchange:polyglot-exchange:1.0.9'
// https://jarcasting.com/artifacts/org.mule.maven.exchange/polyglot-exchange/
implementation ("org.mule.maven.exchange:polyglot-exchange:1.0.9")
'org.mule.maven.exchange:polyglot-exchange:jar:1.0.9'
<dependency org="org.mule.maven.exchange" name="polyglot-exchange" rev="1.0.9">
<artifact name="polyglot-exchange" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.maven.exchange', module='polyglot-exchange', version='1.0.9')
)
libraryDependencies += "org.mule.maven.exchange" % "polyglot-exchange" % "1.0.9"
[org.mule.maven.exchange/polyglot-exchange "1.0.9"]
Group / Artifact | Type | Version |
---|---|---|
org.mule.maven.exchange : exchange-model | jar | 1.0.9 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-core | jar | 3.5.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.xmlunit : xmlunit-core | jar | 2.6.2 |