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