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