| GroupId | GroupIdorg.mule.runtime |
|---|---|
| ArtifactId | ArtifactIdmule-module-tls |
| Version | Version4.0.0-rc |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mule.runtime/mule-module-tls/ -->
<dependency>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-module-tls</artifactId>
<version>4.0.0-rc</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.runtime/mule-module-tls/
implementation 'org.mule.runtime:mule-module-tls:4.0.0-rc'
// https://jarcasting.com/artifacts/org.mule.runtime/mule-module-tls/
implementation ("org.mule.runtime:mule-module-tls:4.0.0-rc")
'org.mule.runtime:mule-module-tls:jar:4.0.0-rc'
<dependency org="org.mule.runtime" name="mule-module-tls" rev="4.0.0-rc">
<artifact name="mule-module-tls" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.runtime', module='mule-module-tls', version='4.0.0-rc')
)
libraryDependencies += "org.mule.runtime" % "mule-module-tls" % "4.0.0-rc"
[org.mule.runtime/mule-module-tls "4.0.0-rc"]