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