GroupId | GroupIdorg.mule.modules |
---|---|
ArtifactId | ArtifactIdmule-module-jotm |
Version | Version1.4.3 |
Type | Typejar |
Filename | Size |
---|---|
mule-module-jotm-1.4.3.pom | |
mule-module-jotm-1.4.3.jar | 3 KB |
mule-module-jotm-1.4.3-sources.jar | 1 KB |
mule-module-jotm-1.4.3-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-jotm/ -->
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-jotm</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-jotm/
implementation 'org.mule.modules:mule-module-jotm:1.4.3'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-jotm/
implementation ("org.mule.modules:mule-module-jotm:1.4.3")
'org.mule.modules:mule-module-jotm:jar:1.4.3'
<dependency org="org.mule.modules" name="mule-module-jotm" rev="1.4.3">
<artifact name="mule-module-jotm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-jotm', version='1.4.3')
)
libraryDependencies += "org.mule.modules" % "mule-module-jotm" % "1.4.3"
[org.mule.modules/mule-module-jotm "1.4.3"]