Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.microsoft.eventhubs.client |
ArtifactId | ArtifactIdeventhubs-client |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
eventhubs-client-0.9.pom | |
eventhubs-client-0.9.jar | 26 KB |
eventhubs-client-0.9-sources.jar | 21 KB |
eventhubs-client-0.9-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.eventhubs.client/eventhubs-client/ -->
<dependency>
<groupId>com.microsoft.eventhubs.client</groupId>
<artifactId>eventhubs-client</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.eventhubs.client/eventhubs-client/
implementation 'com.microsoft.eventhubs.client:eventhubs-client:0.9'
// https://jarcasting.com/artifacts/com.microsoft.eventhubs.client/eventhubs-client/
implementation ("com.microsoft.eventhubs.client:eventhubs-client:0.9")
'com.microsoft.eventhubs.client:eventhubs-client:jar:0.9'
<dependency org="com.microsoft.eventhubs.client" name="eventhubs-client" rev="0.9">
<artifact name="eventhubs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.eventhubs.client', module='eventhubs-client', version='0.9')
)
libraryDependencies += "com.microsoft.eventhubs.client" % "eventhubs-client" % "0.9"
[com.microsoft.eventhubs.client/eventhubs-client "0.9"]