GroupId | GroupIdorg.mule.modules |
---|---|
ArtifactId | ArtifactIdmule-module-http |
Version | Version3.8.0 |
Type | Typejar |
Filename | Size |
---|---|
mule-module-http-3.8.0.pom | |
mule-module-http-3.8.0.jar | 251 KB |
mule-module-http-3.8.0-tests.jar | 369 KB |
mule-module-http-3.8.0-sources.jar | 160 KB |
mule-module-http-3.8.0-javadoc.jar | 891 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-http/ -->
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-http</artifactId>
<version>3.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-http/
implementation 'org.mule.modules:mule-module-http:3.8.0'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-http/
implementation ("org.mule.modules:mule-module-http:3.8.0")
'org.mule.modules:mule-module-http:jar:3.8.0'
<dependency org="org.mule.modules" name="mule-module-http" rev="3.8.0">
<artifact name="mule-module-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-http', version='3.8.0')
)
libraryDependencies += "org.mule.modules" % "mule-module-http" % "3.8.0"
[org.mule.modules/mule-module-http "3.8.0"]