| Categories | CategoriesJBoss Container Application Servers Net Security | 
|---|---|
| GroupId | GroupIdorg.hornetq | 
| ArtifactId | ArtifactIdhornetq-jboss-as-security | 
| Last Version | Last Version2.0.0.BETA5 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
<!-- https://jarcasting.com/artifacts/org.hornetq/hornetq-jboss-as-security/ -->
<dependency>
    <groupId>org.hornetq</groupId>
    <artifactId>hornetq-jboss-as-security</artifactId>
    <version>2.0.0.BETA5</version>
</dependency>// https://jarcasting.com/artifacts/org.hornetq/hornetq-jboss-as-security/
implementation 'org.hornetq:hornetq-jboss-as-security:2.0.0.BETA5'// https://jarcasting.com/artifacts/org.hornetq/hornetq-jboss-as-security/
implementation ("org.hornetq:hornetq-jboss-as-security:2.0.0.BETA5")'org.hornetq:hornetq-jboss-as-security:jar:2.0.0.BETA5'<dependency org="org.hornetq" name="hornetq-jboss-as-security" rev="2.0.0.BETA5">
  <artifact name="hornetq-jboss-as-security" type="jar" />
</dependency>@Grapes(
@Grab(group='org.hornetq', module='hornetq-jboss-as-security', version='2.0.0.BETA5')
)libraryDependencies += "org.hornetq" % "hornetq-jboss-as-security" % "2.0.0.BETA5"[org.hornetq/hornetq-jboss-as-security "2.0.0.BETA5"]