Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.apache.activemq.examples.broker |
ArtifactId | ArtifactIdsecurity |
Version | Version2.11.0 |
Type | Typejar |
Filename | Size |
---|---|
security-2.11.0.pom | |
security-2.11.0.jar | 15 KB |
security-2.11.0-sources.jar | 11 KB |
security-2.11.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/security/ -->
<dependency>
<groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>security</artifactId>
<version>2.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/security/
implementation 'org.apache.activemq.examples.broker:security:2.11.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/security/
implementation ("org.apache.activemq.examples.broker:security:2.11.0")
'org.apache.activemq.examples.broker:security:jar:2.11.0'
<dependency org="org.apache.activemq.examples.broker" name="security" rev="2.11.0">
<artifact name="security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='security', version='2.11.0')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "security" % "2.11.0"
[org.apache.activemq.examples.broker/security "2.11.0"]