is not current version
Last Version 3.9.0

org.mule.transports:mule-transport-ssl 3.5.0-bighorn-RC3

A Mule transport for Socket connectivity using SSL authentication. This transport supplies a tcp Server and client implementation over SSL.

GroupId

GroupId

org.mule.transports
ArtifactId

ArtifactId

mule-transport-ssl
Version

Version

3.5.0-bighorn-RC3
Type

Type

jar

Download mule-transport-ssl 3.5.0-bighorn-RC3


<!-- https://jarcasting.com/artifacts/org.mule.transports/mule-transport-ssl/ -->
<dependency>
    <groupId>org.mule.transports</groupId>
    <artifactId>mule-transport-ssl</artifactId>
    <version>3.5.0-bighorn-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.transports/mule-transport-ssl/
implementation 'org.mule.transports:mule-transport-ssl:3.5.0-bighorn-RC3'
// https://jarcasting.com/artifacts/org.mule.transports/mule-transport-ssl/
implementation ("org.mule.transports:mule-transport-ssl:3.5.0-bighorn-RC3")
'org.mule.transports:mule-transport-ssl:jar:3.5.0-bighorn-RC3'
<dependency org="org.mule.transports" name="mule-transport-ssl" rev="3.5.0-bighorn-RC3">
  <artifact name="mule-transport-ssl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.transports', module='mule-transport-ssl', version='3.5.0-bighorn-RC3')
)
libraryDependencies += "org.mule.transports" % "mule-transport-ssl" % "3.5.0-bighorn-RC3"
[org.mule.transports/mule-transport-ssl "3.5.0-bighorn-RC3"]