a

axoniq-eventstore-grpc-proto

文件下载
文件名 操作
axoniq-eventstore-grpc-proto-1.0-beta3.jar 下载
axoniq-eventstore-grpc-proto-1.0-beta3.pom 下载
axoniq-eventstore-grpc-proto-1.0-beta3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.axoniq</groupId>
  <artifactId>axoniq-eventstore-grpc-proto</artifactId>
  <version>1.0-beta3</version>
</dependency>
Gradle Groovy
implementation 'io.axoniq:axoniq-eventstore-grpc-proto:1.0-beta3'
Gradle Kotlin
implementation("io.axoniq:axoniq-eventstore-grpc-proto:1.0-beta3")
Scala SBT
libraryDependencies += "io.axoniq" % "axoniq-eventstore-grpc-proto" % "1.0-beta3"
Groovy Grape
@Grapes(
  @Grab(group='io.axoniq', module='axoniq-eventstore-grpc-proto', version='1.0-beta3')
)
Apache Ivy
<dependency org="io.axoniq" name="axoniq-eventstore-grpc-proto" rev="1.0-beta3" />
Leiningen
[io.axoniq/axoniq-eventstore-grpc-proto "1.0-beta3"]
Apache Buildr
'io.axoniq:axoniq-eventstore-grpc-proto:jar:1.0-beta3'