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