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