Last Version

dapr-client 0.1.0-preview01

gRPC client for Dapr.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.dapr
ArtifactId

ArtifactId

client
Version

Version

0.1.0-preview01
Type

Type

jar
Description

Description

dapr-client
gRPC client for Dapr.
Project URL

Project URL

https://dapr.io
Source Code Management

Source Code Management

http://github.com/dapr/java-sdk

Download client 0.1.0-preview01


<!-- https://jarcasting.com/artifacts/io.dapr/client/ -->
<dependency>
    <groupId>io.dapr</groupId>
    <artifactId>client</artifactId>
    <version>0.1.0-preview01</version>
</dependency>
// https://jarcasting.com/artifacts/io.dapr/client/
implementation 'io.dapr:client:0.1.0-preview01'
// https://jarcasting.com/artifacts/io.dapr/client/
implementation ("io.dapr:client:0.1.0-preview01")
'io.dapr:client:jar:0.1.0-preview01'
<dependency org="io.dapr" name="client" rev="0.1.0-preview01">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dapr', module='client', version='0.1.0-preview01')
)
libraryDependencies += "io.dapr" % "client" % "0.1.0-preview01"
[io.dapr/client "0.1.0-preview01"]

Dependencies

compile (3)

Group / Artifact Type Version
io.grpc : grpc-protobuf jar
io.grpc : grpc-stub jar
com.google.protobuf : protobuf-java-util jar 3.10.0

provided (1)

Group / Artifact Type Version
javax.annotation : javax.annotation-api jar 1.2

runtime (1)

Group / Artifact Type Version
io.grpc : grpc-netty-shaded jar

test (3)

Group / Artifact Type Version
io.grpc : grpc-testing jar
junit : junit jar 4.12
org.mockito : mockito-core jar 2.25.1

Project Modules

There are no modules declared in this project.