GroupId | GroupIdorg.mule.modules |
---|---|
ArtifactId | ArtifactIdmule-module-atom |
Version | Version3.6.0 |
Type | Typejar |
Filename | Size |
---|---|
mule-module-atom-3.6.0.pom | |
mule-module-atom-3.6.0.jar | 33 KB |
mule-module-atom-3.6.0-tests.jar | 55 KB |
mule-module-atom-3.6.0-sources.jar | 19 KB |
mule-module-atom-3.6.0-javadoc.jar | 123 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.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-atom/
implementation 'org.mule.modules:mule-module-atom:3.6.0'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-atom/
implementation ("org.mule.modules:mule-module-atom:3.6.0")
'org.mule.modules:mule-module-atom:jar:3.6.0'
<dependency org="org.mule.modules" name="mule-module-atom" rev="3.6.0">
<artifact name="mule-module-atom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-atom', version='3.6.0')
)
libraryDependencies += "org.mule.modules" % "mule-module-atom" % "3.6.0"
[org.mule.modules/mule-module-atom "3.6.0"]