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