GroupId | GroupIdorg.mule.tests.archetypes |
---|---|
ArtifactId | ArtifactIdmodule-archetype |
Version | Version3.0.0-M3 |
Type | Typejar |
Filename | Size |
---|---|
module-archetype-3.0.0-M3.pom | |
module-archetype-3.0.0-M3.jar | 2 KB |
module-archetype-3.0.0-M3-sources.jar | 327 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.mule.tests.archetypes/module-archetype/ -->
<dependency>
<groupId>org.mule.tests.archetypes</groupId>
<artifactId>module-archetype</artifactId>
<version>3.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.tests.archetypes/module-archetype/
implementation 'org.mule.tests.archetypes:module-archetype:3.0.0-M3'
// https://jarcasting.com/artifacts/org.mule.tests.archetypes/module-archetype/
implementation ("org.mule.tests.archetypes:module-archetype:3.0.0-M3")
'org.mule.tests.archetypes:module-archetype:jar:3.0.0-M3'
<dependency org="org.mule.tests.archetypes" name="module-archetype" rev="3.0.0-M3">
<artifact name="module-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.tests.archetypes', module='module-archetype', version='3.0.0-M3')
)
libraryDependencies += "org.mule.tests.archetypes" % "module-archetype" % "3.0.0-M3"
[org.mule.tests.archetypes/module-archetype "3.0.0-M3"]