GroupId | GroupIdorg.mule.common |
---|---|
ArtifactId | ArtifactIdmule-common |
Version | Version3.5.0-bighorn-RC2 |
Type | Typejar |
Filename | Size |
---|---|
mule-common-3.5.0-bighorn-RC2.pom | |
mule-common-3.5.0-bighorn-RC2.jar | 168 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mule.common/mule-common/ -->
<dependency>
<groupId>org.mule.common</groupId>
<artifactId>mule-common</artifactId>
<version>3.5.0-bighorn-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.common/mule-common/
implementation 'org.mule.common:mule-common:3.5.0-bighorn-RC2'
// https://jarcasting.com/artifacts/org.mule.common/mule-common/
implementation ("org.mule.common:mule-common:3.5.0-bighorn-RC2")
'org.mule.common:mule-common:jar:3.5.0-bighorn-RC2'
<dependency org="org.mule.common" name="mule-common" rev="3.5.0-bighorn-RC2">
<artifact name="mule-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.common', module='mule-common', version='3.5.0-bighorn-RC2')
)
libraryDependencies += "org.mule.common" % "mule-common" % "3.5.0-bighorn-RC2"
[org.mule.common/mule-common "3.5.0-bighorn-RC2"]