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