Categories |
CategoriesRuby Languages |
---|---|
GroupId | GroupIdorg.apache.activemq.examples.amqp |
ArtifactId | ArtifactIdproton-ruby |
Version | Version2.14.0 |
Type | Typejar |
Filename | Size |
---|---|
proton-ruby-2.14.0.pom | |
proton-ruby-2.14.0.jar | 8 KB |
proton-ruby-2.14.0-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>2.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.amqp/proton-ruby/
implementation 'org.apache.activemq.examples.amqp:proton-ruby:2.14.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.amqp/proton-ruby/
implementation ("org.apache.activemq.examples.amqp:proton-ruby:2.14.0")
'org.apache.activemq.examples.amqp:proton-ruby:jar:2.14.0'
<dependency org="org.apache.activemq.examples.amqp" name="proton-ruby" rev="2.14.0">
<artifact name="proton-ruby" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.amqp', module='proton-ruby', version='2.14.0')
)
libraryDependencies += "org.apache.activemq.examples.amqp" % "proton-ruby" % "2.14.0"
[org.apache.activemq.examples.amqp/proton-ruby "2.14.0"]