License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.hoplin |
ArtifactId | ArtifactIdhoplin-client |
Version | Version1.1.5 |
Type | Typejar |
Description |
Descriptionhoplin-client
A lightweight RabbitMQ client for Java
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hoplin-client-1.1.5.pom | |
hoplin-client-1.1.5.jar | 140 KB |
hoplin-client-1.1.5-sources.jar | 77 KB |
hoplin-client-1.1.5-javadoc.jar | 521 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hoplin/hoplin-client/ -->
<dependency>
<groupId>io.hoplin</groupId>
<artifactId>hoplin-client</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.hoplin/hoplin-client/
implementation 'io.hoplin:hoplin-client:1.1.5'
// https://jarcasting.com/artifacts/io.hoplin/hoplin-client/
implementation ("io.hoplin:hoplin-client:1.1.5")
'io.hoplin:hoplin-client:jar:1.1.5'
<dependency org="io.hoplin" name="hoplin-client" rev="1.1.5">
<artifact name="hoplin-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hoplin', module='hoplin-client', version='1.1.5')
)
libraryDependencies += "io.hoplin" % "hoplin-client" % "1.1.5"
[io.hoplin/hoplin-client "1.1.5"]
Group / Artifact | Type | Version |
---|---|---|
com.rabbitmq : amqp-client | jar | 5.8.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
com.google.code.gson : gson | jar | 2.8.5 |
com.google.guava : guava | jar | 25.0-jre |
org.apache.maven.scm : maven-scm-provider-gitexe | jar | 1.9.5 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.1.0 |