GroupId | GroupIdorg.mule.examples |
---|---|
ArtifactId | ArtifactIdmule-example-hello |
Version | Version3.0.0-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mule.examples/mule-example-hello/ -->
<dependency>
<groupId>org.mule.examples</groupId>
<artifactId>mule-example-hello</artifactId>
<version>3.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-hello/
implementation 'org.mule.examples:mule-example-hello:3.0.0-RC2'
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-hello/
implementation ("org.mule.examples:mule-example-hello:3.0.0-RC2")
'org.mule.examples:mule-example-hello:jar:3.0.0-RC2'
<dependency org="org.mule.examples" name="mule-example-hello" rev="3.0.0-RC2">
<artifact name="mule-example-hello" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-example-hello', version='3.0.0-RC2')
)
libraryDependencies += "org.mule.examples" % "mule-example-hello" % "3.0.0-RC2"
[org.mule.examples/mule-example-hello "3.0.0-RC2"]