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