License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.dapr |
ArtifactId | ArtifactIdclient |
Version | Version0.1.0-preview01 |
Type | Typejar |
Description |
Descriptiondapr-client
gRPC client for Dapr.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
client-0.1.0-preview01.pom | |
client-0.1.0-preview01.jar | 333 KB |
client-0.1.0-preview01-sources.jar | 77 KB |
client-0.1.0-preview01-javadoc.jar | 988 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
io.grpc : grpc-protobuf | jar | |
io.grpc : grpc-stub | jar | |
com.google.protobuf : protobuf-java-util | jar | 3.10.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
io.grpc : grpc-netty-shaded | jar |
Group / Artifact | Type | Version |
---|---|---|
io.grpc : grpc-testing | jar | |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.25.1 |