GroupId | GroupIdorg.apache.activemq.examples.broker |
---|---|
ArtifactId | ArtifactIdcontext |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
context-2.2.0.pom | |
context-2.2.0.jar | 9 KB |
context-2.2.0-sources.jar | 6 KB |
context-2.2.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/context/ -->
<dependency>
<groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>context</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/context/
implementation 'org.apache.activemq.examples.broker:context:2.2.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/context/
implementation ("org.apache.activemq.examples.broker:context:2.2.0")
'org.apache.activemq.examples.broker:context:jar:2.2.0'
<dependency org="org.apache.activemq.examples.broker" name="context" rev="2.2.0">
<artifact name="context" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='context', version='2.2.0')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "context" % "2.2.0"
[org.apache.activemq.examples.broker/context "2.2.0"]