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