| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdorg.hornetq |
| ArtifactId | ArtifactIdhornetq-jopr-plugin |
| Version | Version1.0.0.CR2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hornetq-jopr-plugin-1.0.0.CR2.pom | |
| hornetq-jopr-plugin-1.0.0.CR2.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hornetq/hornetq-jopr-plugin/ -->
<dependency>
<groupId>org.hornetq</groupId>
<artifactId>hornetq-jopr-plugin</artifactId>
<version>1.0.0.CR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.hornetq/hornetq-jopr-plugin/
implementation 'org.hornetq:hornetq-jopr-plugin:1.0.0.CR2'
// https://jarcasting.com/artifacts/org.hornetq/hornetq-jopr-plugin/
implementation ("org.hornetq:hornetq-jopr-plugin:1.0.0.CR2")
'org.hornetq:hornetq-jopr-plugin:jar:1.0.0.CR2'
<dependency org="org.hornetq" name="hornetq-jopr-plugin" rev="1.0.0.CR2">
<artifact name="hornetq-jopr-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hornetq', module='hornetq-jopr-plugin', version='1.0.0.CR2')
)
libraryDependencies += "org.hornetq" % "hornetq-jopr-plugin" % "1.0.0.CR2"
[org.hornetq/hornetq-jopr-plugin "1.0.0.CR2"]