GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdartemis-stomp-protocol |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/artemis-stomp-protocol/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-stomp-protocol</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-stomp-protocol/
implementation 'org.apache.activemq:artemis-stomp-protocol:1.0.0'
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-stomp-protocol/
implementation ("org.apache.activemq:artemis-stomp-protocol:1.0.0")
'org.apache.activemq:artemis-stomp-protocol:jar:1.0.0'
<dependency org="org.apache.activemq" name="artemis-stomp-protocol" rev="1.0.0">
<artifact name="artemis-stomp-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-stomp-protocol', version='1.0.0')
)
libraryDependencies += "org.apache.activemq" % "artemis-stomp-protocol" % "1.0.0"
[org.apache.activemq/artemis-stomp-protocol "1.0.0"]