Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.sstone |
ArtifactId | ArtifactIdamqp-client_2.10 |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
amqp-client_2.10-1.1.pom | |
amqp-client_2.10-1.1.jar | 298 KB |
amqp-client_2.10-1.1-sources.jar | 18 KB |
amqp-client_2.10-1.1-javadoc.jar | 519 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sstone/amqp-client_2.10/ -->
<dependency>
<groupId>com.github.sstone</groupId>
<artifactId>amqp-client_2.10</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sstone/amqp-client_2.10/
implementation 'com.github.sstone:amqp-client_2.10:1.1'
// https://jarcasting.com/artifacts/com.github.sstone/amqp-client_2.10/
implementation ("com.github.sstone:amqp-client_2.10:1.1")
'com.github.sstone:amqp-client_2.10:jar:1.1'
<dependency org="com.github.sstone" name="amqp-client_2.10" rev="1.1">
<artifact name="amqp-client_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sstone', module='amqp-client_2.10', version='1.1')
)
libraryDependencies += "com.github.sstone" % "amqp-client_2.10" % "1.1"
[com.github.sstone/amqp-client_2.10 "1.1"]