GroupId | GroupIdorg.apache.activemq.examples.broker |
---|---|
ArtifactId | ArtifactIdcontext |
Version | Version1.5.1 |
Type | Typejar |
Filename | Size |
---|---|
context-1.5.1.pom | |
context-1.5.1.jar | 9 KB |
context-1.5.1-sources.jar | 7 KB |
context-1.5.1-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>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/context/
implementation 'org.apache.activemq.examples.broker:context:1.5.1'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/context/
implementation ("org.apache.activemq.examples.broker:context:1.5.1")
'org.apache.activemq.examples.broker:context:jar:1.5.1'
<dependency org="org.apache.activemq.examples.broker" name="context" rev="1.5.1">
<artifact name="context" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='context', version='1.5.1')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "context" % "1.5.1"
[org.apache.activemq.examples.broker/context "1.5.1"]