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