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