Categories |
CategoriesRuby Languages |
---|---|
GroupId | GroupIdorg.apache.activemq.examples.amqp |
ArtifactId | ArtifactIdproton-ruby |
Version | Version1.5.6 |
Type | Typejar |
Filename | Size |
---|---|
proton-ruby-1.5.6.pom | |
proton-ruby-1.5.6.jar | 8 KB |
proton-ruby-1.5.6-sources.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.amqp/proton-ruby/ -->
<dependency>
<groupId>org.apache.activemq.examples.amqp</groupId>
<artifactId>proton-ruby</artifactId>
<version>1.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.amqp/proton-ruby/
implementation 'org.apache.activemq.examples.amqp:proton-ruby:1.5.6'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.amqp/proton-ruby/
implementation ("org.apache.activemq.examples.amqp:proton-ruby:1.5.6")
'org.apache.activemq.examples.amqp:proton-ruby:jar:1.5.6'
<dependency org="org.apache.activemq.examples.amqp" name="proton-ruby" rev="1.5.6">
<artifact name="proton-ruby" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.amqp', module='proton-ruby', version='1.5.6')
)
libraryDependencies += "org.apache.activemq.examples.amqp" % "proton-ruby" % "1.5.6"
[org.apache.activemq.examples.amqp/proton-ruby "1.5.6"]