Categories |
CategoriesgRPC Net Networking |
---|---|
GroupId | GroupIdorg.factcast |
ArtifactId | ArtifactIdfactcast-grpc-api |
Version | Version0.2.0-M9 |
Type | Typejar |
Filename | Size |
---|---|
factcast-grpc-api-0.2.0-M9.pom | |
factcast-grpc-api-0.2.0-M9.jar | 228 KB |
factcast-grpc-api-0.2.0-M9-tests.jar | 14 KB |
factcast-grpc-api-0.2.0-M9-sources.jar | 43 KB |
factcast-grpc-api-0.2.0-M9-javadoc.jar | 515 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-grpc-api/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-grpc-api</artifactId>
<version>0.2.0-M9</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-grpc-api/
implementation 'org.factcast:factcast-grpc-api:0.2.0-M9'
// https://jarcasting.com/artifacts/org.factcast/factcast-grpc-api/
implementation ("org.factcast:factcast-grpc-api:0.2.0-M9")
'org.factcast:factcast-grpc-api:jar:0.2.0-M9'
<dependency org="org.factcast" name="factcast-grpc-api" rev="0.2.0-M9">
<artifact name="factcast-grpc-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-grpc-api', version='0.2.0-M9')
)
libraryDependencies += "org.factcast" % "factcast-grpc-api" % "0.2.0-M9"
[org.factcast/factcast-grpc-api "0.2.0-M9"]