| Категории |
КатегорииAxon Библиотеки уровня приложения Distributed Applications gRPC Сеть Networking |
|---|---|
| Группа | Группаio.axoniq |
| Идентификатор | Идентификаторaxoniq-eventstore-grpc-proto |
| Версия | Версия1.0-beta2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.axoniq/axoniq-eventstore-grpc-proto/ -->
<dependency>
<groupId>io.axoniq</groupId>
<artifactId>axoniq-eventstore-grpc-proto</artifactId>
<version>1.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/io.axoniq/axoniq-eventstore-grpc-proto/
implementation 'io.axoniq:axoniq-eventstore-grpc-proto:1.0-beta2'
// https://jarcasting.com/artifacts/io.axoniq/axoniq-eventstore-grpc-proto/
implementation ("io.axoniq:axoniq-eventstore-grpc-proto:1.0-beta2")
'io.axoniq:axoniq-eventstore-grpc-proto:jar:1.0-beta2'
<dependency org="io.axoniq" name="axoniq-eventstore-grpc-proto" rev="1.0-beta2">
<artifact name="axoniq-eventstore-grpc-proto" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.axoniq', module='axoniq-eventstore-grpc-proto', version='1.0-beta2')
)
libraryDependencies += "io.axoniq" % "axoniq-eventstore-grpc-proto" % "1.0-beta2"
[io.axoniq/axoniq-eventstore-grpc-proto "1.0-beta2"]