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