License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdstream.nebula |
ArtifactId | ArtifactIdnebulastream-java-client |
Version | Version0.0.41 |
Type | Typejar |
Description |
DescriptionNebula Stream Java Client
A client application for building and submitting jobs to Nebula Stream
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/stream.nebula/nebulastream-java-client/ -->
<dependency>
<groupId>stream.nebula</groupId>
<artifactId>nebulastream-java-client</artifactId>
<version>0.0.41</version>
</dependency>
// https://jarcasting.com/artifacts/stream.nebula/nebulastream-java-client/
implementation 'stream.nebula:nebulastream-java-client:0.0.41'
// https://jarcasting.com/artifacts/stream.nebula/nebulastream-java-client/
implementation ("stream.nebula:nebulastream-java-client:0.0.41")
'stream.nebula:nebulastream-java-client:jar:0.0.41'
<dependency org="stream.nebula" name="nebulastream-java-client" rev="0.0.41">
<artifact name="nebulastream-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='stream.nebula', module='nebulastream-java-client', version='0.0.41')
)
libraryDependencies += "stream.nebula" % "nebulastream-java-client" % "0.0.41"
[stream.nebula/nebulastream-java-client "0.0.41"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5 |
org.json : json | jar | 20190722 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |
org.jgrapht : jgrapht-core | jar | 1.4.0 |
org.jgrapht : jgrapht-io | jar | 1.4.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.junit.jupiter : junit-jupiter | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.2 |