c

cloudevents-protobuf

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