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