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