License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.pravega |
ArtifactId | ArtifactIdpravega-client |
Version | Version0.9.0 |
Type | Typejar |
Description |
DescriptionPravega
Streaming Storage Platform
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pravega-client-0.9.0.pom | |
pravega-client-0.9.0.jar | 694 KB |
pravega-client-0.9.0-sources.jar | 334 KB |
pravega-client-0.9.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.pravega/pravega-client/ -->
<dependency>
<groupId>io.pravega</groupId>
<artifactId>pravega-client</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.pravega/pravega-client/
implementation 'io.pravega:pravega-client:0.9.0'
// https://jarcasting.com/artifacts/io.pravega/pravega-client/
implementation ("io.pravega:pravega-client:0.9.0")
'io.pravega:pravega-client:jar:0.9.0'
<dependency org="io.pravega" name="pravega-client" rev="0.9.0">
<artifact name="pravega-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pravega', module='pravega-client', version='0.9.0')
)
libraryDependencies += "io.pravega" % "pravega-client" % "0.9.0"
[io.pravega/pravega-client "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
io.pravega : pravega-common | jar | 0.9.0 |
io.pravega : pravega-shared-authplugin | jar | 0.9.0 |
io.pravega : pravega-shared-protocol | jar | 0.9.0 |
io.pravega : pravega-shared-controller-api | jar | 0.9.0 |
io.pravega : pravega-shared-security | jar | 0.9.0 |
com.google.guava : guava | jar | 28.2-jre |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.3.3 |
io.pravega : pravega-test-testcommon | jar | 0.9.0 |
org.slf4j : log4j-over-slf4j | jar | 1.7.25 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
io.netty : netty-transport-native-epoll | jar | 4.1.50.Final |