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