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