GroupId | GroupIdactivemq |
---|---|
ArtifactId | ArtifactIdactivemq-transport-ssl |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
activemq-transport-ssl-2.1.pom | |
activemq-transport-ssl-2.1.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/activemq/activemq-transport-ssl/ -->
<dependency>
<groupId>activemq</groupId>
<artifactId>activemq-transport-ssl</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/activemq/activemq-transport-ssl/
implementation 'activemq:activemq-transport-ssl:2.1'
// https://jarcasting.com/artifacts/activemq/activemq-transport-ssl/
implementation ("activemq:activemq-transport-ssl:2.1")
'activemq:activemq-transport-ssl:jar:2.1'
<dependency org="activemq" name="activemq-transport-ssl" rev="2.1">
<artifact name="activemq-transport-ssl" type="jar" />
</dependency>
@Grapes(
@Grab(group='activemq', module='activemq-transport-ssl', version='2.1')
)
libraryDependencies += "activemq" % "activemq-transport-ssl" % "2.1"
[activemq/activemq-transport-ssl "2.1"]