Categories |
CategoriesCLI User Interface gRPC Net Networking |
---|---|
GroupId | GroupIdorg.factcast |
ArtifactId | ArtifactIdfactcast-client-grpc |
Version | Version0.3.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-client-grpc/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-client-grpc</artifactId>
<version>0.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-client-grpc/
implementation 'org.factcast:factcast-client-grpc:0.3.6'
// https://jarcasting.com/artifacts/org.factcast/factcast-client-grpc/
implementation ("org.factcast:factcast-client-grpc:0.3.6")
'org.factcast:factcast-client-grpc:jar:0.3.6'
<dependency org="org.factcast" name="factcast-client-grpc" rev="0.3.6">
<artifact name="factcast-client-grpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-client-grpc', version='0.3.6')
)
libraryDependencies += "org.factcast" % "factcast-client-grpc" % "0.3.6"
[org.factcast/factcast-client-grpc "0.3.6"]