GroupId | GroupIdorg.mule.tests.archetypes |
---|---|
ArtifactId | ArtifactIdexample-archetype |
Version | Version3.5.0-bighorn-RC3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mule.tests.archetypes/example-archetype/ -->
<dependency>
<groupId>org.mule.tests.archetypes</groupId>
<artifactId>example-archetype</artifactId>
<version>3.5.0-bighorn-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.tests.archetypes/example-archetype/
implementation 'org.mule.tests.archetypes:example-archetype:3.5.0-bighorn-RC3'
// https://jarcasting.com/artifacts/org.mule.tests.archetypes/example-archetype/
implementation ("org.mule.tests.archetypes:example-archetype:3.5.0-bighorn-RC3")
'org.mule.tests.archetypes:example-archetype:jar:3.5.0-bighorn-RC3'
<dependency org="org.mule.tests.archetypes" name="example-archetype" rev="3.5.0-bighorn-RC3">
<artifact name="example-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.tests.archetypes', module='example-archetype', version='3.5.0-bighorn-RC3')
)
libraryDependencies += "org.mule.tests.archetypes" % "example-archetype" % "3.5.0-bighorn-RC3"
[org.mule.tests.archetypes/example-archetype "3.5.0-bighorn-RC3"]