Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.mule.maven.exchange |
ArtifactId | ArtifactIdpolyglot-exchange |
Version | Version1.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mule.maven.exchange/polyglot-exchange/ -->
<dependency>
<groupId>org.mule.maven.exchange</groupId>
<artifactId>polyglot-exchange</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.maven.exchange/polyglot-exchange/
implementation 'org.mule.maven.exchange:polyglot-exchange:1.0.6'
// https://jarcasting.com/artifacts/org.mule.maven.exchange/polyglot-exchange/
implementation ("org.mule.maven.exchange:polyglot-exchange:1.0.6")
'org.mule.maven.exchange:polyglot-exchange:jar:1.0.6'
<dependency org="org.mule.maven.exchange" name="polyglot-exchange" rev="1.0.6">
<artifact name="polyglot-exchange" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.maven.exchange', module='polyglot-exchange', version='1.0.6')
)
libraryDependencies += "org.mule.maven.exchange" % "polyglot-exchange" % "1.0.6"
[org.mule.maven.exchange/polyglot-exchange "1.0.6"]