SAREhub PHP Client
What is this repository for?
- This project contains client code for connecte to SAREhub event bus
How do I get set up?
composer require sarehub/client
| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.sarehub |
| ArtifactId | ArtifactIdclient |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSAREhub Client
Client for SAREhub Event Bus
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| client-0.1.0.pom | |
| client-0.1.0.jar | 27 KB |
| client-0.1.0-sources.jar | 17 KB |
| client-0.1.0-javadoc.jar | 133 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sarehub/client/ -->
<dependency>
<groupId>com.sarehub</groupId>
<artifactId>client</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sarehub/client/
implementation 'com.sarehub:client:0.1.0'
// https://jarcasting.com/artifacts/com.sarehub/client/
implementation ("com.sarehub:client:0.1.0")
'com.sarehub:client:jar:0.1.0'
<dependency org="com.sarehub" name="client" rev="0.1.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sarehub', module='client', version='0.1.0')
)
libraryDependencies += "com.sarehub" % "client" % "0.1.0"
[com.sarehub/client "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.rabbitmq : amqp-client | jar | [3.0,4.0) |
| org.apache.commons : commons-lang3 | jar | [3.0,4.0) |
| com.google.code.gson : gson | jar | [2.0,3.0) |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | [2.0,3.0) |
| junit : junit | jar | [4.0,5.0) |
composer require sarehub/client