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