MVN

org.mule.tests.archetypes : example-archetype

Maven & Gradle

Sep 27, 2013

Test for Mule Example Archetype

<dependency>
    <groupId>org.mule.tests.archetypes</groupId>
    <artifactId>example-archetype</artifactId>
    <version>3.5.0-bighorn</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.tests.archetypes : example-archetype to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.0-bighorn
  • Latest Release Candidate: 3.5.0-bighorn-RC3

All Versions

Choose a version of org.mule.tests.archetypes : example-archetype to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
example-archetype-3.5.0-bighorn
example-archetype-3.5.0-bighorn-RC3
3.4.x
example-archetype-3.4.0
example-archetype-3.4.0-RC1
3.4
example-archetype-3.4-M1
3.3.x
example-archetype-3.3.1
example-archetype-3.3.0
example-archetype-3.3.0-EA
example-archetype-3.3.0-RC3
example-archetype-3.3.0-RC2
example-archetype-3.3.0-RC1
3.3
example-archetype-3.3-M2
example-archetype-3.3-M1
3.2.x
example-archetype-3.2.1
example-archetype-3.2.0
example-archetype-3.2.0-M1
3.1.x
example-archetype-3.1.2
example-archetype-3.1.1
example-archetype-3.1.0
example-archetype-3.1.0-RC1
3.0.x
example-archetype-3.0.1
example-archetype-3.0.0
example-archetype-3.0.0-RC2
example-archetype-3.0.0-RC1
example-archetype-3.0.0-M4
example-archetype-3.0.0-M3
example-archetype-3.0.0-M2
example-archetype-3.0.0-M2-20091130
example-archetype-3.0.0-M2-20091124
example-archetype-3.0.0-M2-20091026
example-archetype-3.0.0-M2-20091006
example-archetype-3.0.0-M2-20090803
example-archetype-3.0.0-M1
2.2.x
example-archetype-2.2.1
example-archetype-2.2.0
2.1.x
example-archetype-2.1.2

How to add a dependency to Maven

Add the following org.mule.tests.archetypes : example-archetype maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mule.tests.archetypes</groupId>
    <artifactId>example-archetype</artifactId>
    <version>3.5.0-bighorn</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mule.tests.archetypes : example-archetype gradle dependency to your build.gradle file:

implementation 'org.mule.tests.archetypes:example-archetype:3.5.0-bighorn'

Gradle Kotlin DSL: Add the following org.mule.tests.archetypes : example-archetype gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mule.tests.archetypes:example-archetype:3.5.0-bighorn")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mule.tests.archetypes : example-archetype sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mule.tests.archetypes" % "example-archetype" % "3.5.0-bighorn"