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