k

kusto-ingest

Kusto client library for ingesting data
https://github.com/Azure/azure-kusto-java/tree/master/ingest
MIT License
Microsoft
Files download
File Operation
kusto-ingest-5.1.1.jar download
kusto-ingest-5.1.1.pom download
kusto-ingest-5.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure.kusto</groupId>
  <artifactId>kusto-ingest</artifactId>
  <version>5.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure.kusto:kusto-ingest:5.1.1'
Gradle Kotlin
implementation("com.microsoft.azure.kusto:kusto-ingest:5.1.1")
Scala SBT
libraryDependencies += "com.microsoft.azure.kusto" % "kusto-ingest" % "5.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure.kusto', module='kusto-ingest', version='5.1.1')
)
Apache Ivy
<dependency org="com.microsoft.azure.kusto" name="kusto-ingest" rev="5.1.1" />
Leiningen
[com.microsoft.azure.kusto/kusto-ingest "5.1.1"]
Apache Buildr
'com.microsoft.azure.kusto:kusto-ingest:jar:5.1.1'