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