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