GroupId | GroupIdorg.mule.examples |
---|---|
ArtifactId | ArtifactIdmule-example-hello |
Version | Version1.4.4 |
Type | Typejar |
Filename | Size |
---|---|
mule-example-hello-1.4.4.pom | |
mule-example-hello-1.4.4.jar | 20 KB |
mule-example-hello-1.4.4-sources.jar | 16 KB |
mule-example-hello-1.4.4-javadoc.jar | 69 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.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-hello/
implementation 'org.mule.examples:mule-example-hello:1.4.4'
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-hello/
implementation ("org.mule.examples:mule-example-hello:1.4.4")
'org.mule.examples:mule-example-hello:jar:1.4.4'
<dependency org="org.mule.examples" name="mule-example-hello" rev="1.4.4">
<artifact name="mule-example-hello" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-example-hello', version='1.4.4')
)
libraryDependencies += "org.mule.examples" % "mule-example-hello" % "1.4.4"
[org.mule.examples/mule-example-hello "1.4.4"]