| Categories | CategoriesNet | 
|---|---|
| GroupId | GroupIdorg.hornetq | 
| ArtifactId | ArtifactIdhornetq-transports | 
| Last Version | Last Version2.1.0.r9031 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| hornetq-transports-2.1.0.r9031.pom | |
| hornetq-transports-2.1.0.r9031.jar | 46 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.hornetq/hornetq-transports/ -->
<dependency>
    <groupId>org.hornetq</groupId>
    <artifactId>hornetq-transports</artifactId>
    <version>2.1.0.r9031</version>
</dependency>// https://jarcasting.com/artifacts/org.hornetq/hornetq-transports/
implementation 'org.hornetq:hornetq-transports:2.1.0.r9031'// https://jarcasting.com/artifacts/org.hornetq/hornetq-transports/
implementation ("org.hornetq:hornetq-transports:2.1.0.r9031")'org.hornetq:hornetq-transports:jar:2.1.0.r9031'<dependency org="org.hornetq" name="hornetq-transports" rev="2.1.0.r9031">
  <artifact name="hornetq-transports" type="jar" />
</dependency>@Grapes(
@Grab(group='org.hornetq', module='hornetq-transports', version='2.1.0.r9031')
)libraryDependencies += "org.hornetq" % "hornetq-transports" % "2.1.0.r9031"[org.hornetq/hornetq-transports "2.1.0.r9031"]