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