Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdstream.nebula |
ArtifactId | ArtifactIdnebulastream-java-client |
Version | Version0.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/stream.nebula/nebulastream-java-client/ -->
<dependency>
<groupId>stream.nebula</groupId>
<artifactId>nebulastream-java-client</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/stream.nebula/nebulastream-java-client/
implementation 'stream.nebula:nebulastream-java-client:0.0.9'
// https://jarcasting.com/artifacts/stream.nebula/nebulastream-java-client/
implementation ("stream.nebula:nebulastream-java-client:0.0.9")
'stream.nebula:nebulastream-java-client:jar:0.0.9'
<dependency org="stream.nebula" name="nebulastream-java-client" rev="0.0.9">
<artifact name="nebulastream-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='stream.nebula', module='nebulastream-java-client', version='0.0.9')
)
libraryDependencies += "stream.nebula" % "nebulastream-java-client" % "0.0.9"
[stream.nebula/nebulastream-java-client "0.0.9"]