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