GroupId | GroupIdorg.mule.tests.archetypes |
---|---|
ArtifactId | ArtifactIdmodule-archetype |
Version | Version3.1.0 |
Type | Typejar |
Filename | Size |
---|---|
module-archetype-3.1.0.pom | |
module-archetype-3.1.0.jar | 2 KB |
module-archetype-3.1.0-tests.jar | 2 KB |
module-archetype-3.1.0-test-sources.jar | 323 bytes |
module-archetype-3.1.0-sources.jar | 323 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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.tests.archetypes/module-archetype/
implementation 'org.mule.tests.archetypes:module-archetype:3.1.0'
// https://jarcasting.com/artifacts/org.mule.tests.archetypes/module-archetype/
implementation ("org.mule.tests.archetypes:module-archetype:3.1.0")
'org.mule.tests.archetypes:module-archetype:jar:3.1.0'
<dependency org="org.mule.tests.archetypes" name="module-archetype" rev="3.1.0">
<artifact name="module-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.tests.archetypes', module='module-archetype', version='3.1.0')
)
libraryDependencies += "org.mule.tests.archetypes" % "module-archetype" % "3.1.0"
[org.mule.tests.archetypes/module-archetype "3.1.0"]