GroupId | GroupIdorg.mule.modules |
---|---|
ArtifactId | ArtifactIdmule-module-atom |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
mule-module-atom-3.0.1.pom | |
mule-module-atom-3.0.1.jar | 36 KB |
mule-module-atom-3.0.1-test-sources.jar | 33 KB |
mule-module-atom-3.0.1-sources.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-atom/ -->
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-atom</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-atom/
implementation 'org.mule.modules:mule-module-atom:3.0.1'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-atom/
implementation ("org.mule.modules:mule-module-atom:3.0.1")
'org.mule.modules:mule-module-atom:jar:3.0.1'
<dependency org="org.mule.modules" name="mule-module-atom" rev="3.0.1">
<artifact name="mule-module-atom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-atom', version='3.0.1')
)
libraryDependencies += "org.mule.modules" % "mule-module-atom" % "3.0.1"
[org.mule.modules/mule-module-atom "3.0.1"]