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