Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.microsoft.eventhubs.client |
ArtifactId | ArtifactIdeventhubs-client |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
eventhubs-client-1.0.pom | |
eventhubs-client-1.0.jar | 27 KB |
eventhubs-client-1.0-sources.jar | 22 KB |
eventhubs-client-1.0-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</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.eventhubs.client/eventhubs-client/
implementation 'com.microsoft.eventhubs.client:eventhubs-client:1.0'
// https://jarcasting.com/artifacts/com.microsoft.eventhubs.client/eventhubs-client/
implementation ("com.microsoft.eventhubs.client:eventhubs-client:1.0")
'com.microsoft.eventhubs.client:eventhubs-client:jar:1.0'
<dependency org="com.microsoft.eventhubs.client" name="eventhubs-client" rev="1.0">
<artifact name="eventhubs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.eventhubs.client', module='eventhubs-client', version='1.0')
)
libraryDependencies += "com.microsoft.eventhubs.client" % "eventhubs-client" % "1.0"
[com.microsoft.eventhubs.client/eventhubs-client "1.0"]