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