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