GroupId | GroupIdorg.mule.examples |
---|---|
ArtifactId | ArtifactIdmule-example-echo |
Version | Version2.0-M1 |
Type | Typejar |
Filename | Size |
---|---|
mule-example-echo-2.0-M1.pom | |
mule-example-echo-2.0-M1.jar | 5 KB |
mule-example-echo-2.0-M1-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mule.examples/mule-example-echo/ -->
<dependency>
<groupId>org.mule.examples</groupId>
<artifactId>mule-example-echo</artifactId>
<version>2.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-echo/
implementation 'org.mule.examples:mule-example-echo:2.0-M1'
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-echo/
implementation ("org.mule.examples:mule-example-echo:2.0-M1")
'org.mule.examples:mule-example-echo:jar:2.0-M1'
<dependency org="org.mule.examples" name="mule-example-echo" rev="2.0-M1">
<artifact name="mule-example-echo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-example-echo', version='2.0-M1')
)
libraryDependencies += "org.mule.examples" % "mule-example-echo" % "2.0-M1"
[org.mule.examples/mule-example-echo "2.0-M1"]