MVN

org.mule.tests.archetypes : module-archetype

Maven & Gradle

Apr 27, 2018

Test for Mule Module Archetype

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

Latest Version

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

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

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mule.tests.archetypes</groupId>
    <artifactId>module-archetype</artifactId>
    <version>3.9.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mule.tests.archetypes:module-archetype:3.9.0'

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

implementation("org.mule.tests.archetypes:module-archetype:3.9.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mule.tests.archetypes" % "module-archetype" % "3.9.0"