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