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