License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.mule.maven.exchange |
ArtifactId | ArtifactIdpolyglot-exchange |
Version | Version2.0.1 |
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>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.maven.exchange/polyglot-exchange/
implementation 'org.mule.maven.exchange:polyglot-exchange:2.0.1'
// https://jarcasting.com/artifacts/org.mule.maven.exchange/polyglot-exchange/
implementation ("org.mule.maven.exchange:polyglot-exchange:2.0.1")
'org.mule.maven.exchange:polyglot-exchange:jar:2.0.1'
<dependency org="org.mule.maven.exchange" name="polyglot-exchange" rev="2.0.1">
<artifact name="polyglot-exchange" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.maven.exchange', module='polyglot-exchange', version='2.0.1')
)
libraryDependencies += "org.mule.maven.exchange" % "polyglot-exchange" % "2.0.1"
[org.mule.maven.exchange/polyglot-exchange "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.mule.maven.exchange : exchange-model | jar | 2.0.1 |
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 |