License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.microsoft.eventhubs.client |
ArtifactId | ArtifactIdeventhubs-client |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEventHubs Client
A generic EventHubs client library for JVM
|
Filename | Size |
---|---|
eventhubs-client-1.0.1.pom | |
eventhubs-client-1.0.1.jar | 27 KB |
eventhubs-client-1.0.1-sources.jar | 22 KB |
eventhubs-client-1.0.1-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.eventhubs.client/eventhubs-client/ -->
<dependency>
<groupId>com.microsoft.eventhubs.client</groupId>
<artifactId>eventhubs-client</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.eventhubs.client/eventhubs-client/
implementation 'com.microsoft.eventhubs.client:eventhubs-client:1.0.1'
// https://jarcasting.com/artifacts/com.microsoft.eventhubs.client/eventhubs-client/
implementation ("com.microsoft.eventhubs.client:eventhubs-client:1.0.1")
'com.microsoft.eventhubs.client:eventhubs-client:jar:1.0.1'
<dependency org="com.microsoft.eventhubs.client" name="eventhubs-client" rev="1.0.1">
<artifact name="eventhubs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.eventhubs.client', module='eventhubs-client', version='1.0.1')
)
libraryDependencies += "com.microsoft.eventhubs.client" % "eventhubs-client" % "1.0.1"
[com.microsoft.eventhubs.client/eventhubs-client "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.qpid : qpid-amqp-1-0-client | jar | 0.32 |
org.apache.qpid : qpid-amqp-1-0-client-jms | jar | 0.32 |
org.apache.qpid : qpid-amqp-1-0-common | jar | 0.32 |
ch.qos.logback : logback-classic | jar | 1.0.6 |
org.slf4j : log4j-over-slf4j | jar | 1.6.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |