| Categories |
CategoriesProtobuf Data Data Structures |
|---|---|
| GroupId | GroupIdio.cloudevents |
| ArtifactId | ArtifactIdcloudevents-protobuf |
| Version | Version2.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cloudevents-protobuf-2.1.0.pom | |
| cloudevents-protobuf-2.1.0.jar | 53 KB |
| cloudevents-protobuf-2.1.0-sources.jar | 26 KB |
| cloudevents-protobuf-2.1.0-javadoc.jar | 113 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.cloudevents/cloudevents-protobuf/ -->
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-protobuf</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.cloudevents/cloudevents-protobuf/
implementation 'io.cloudevents:cloudevents-protobuf:2.1.0'
// https://jarcasting.com/artifacts/io.cloudevents/cloudevents-protobuf/
implementation ("io.cloudevents:cloudevents-protobuf:2.1.0")
'io.cloudevents:cloudevents-protobuf:jar:2.1.0'
<dependency org="io.cloudevents" name="cloudevents-protobuf" rev="2.1.0">
<artifact name="cloudevents-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cloudevents', module='cloudevents-protobuf', version='2.1.0')
)
libraryDependencies += "io.cloudevents" % "cloudevents-protobuf" % "2.1.0"
[io.cloudevents/cloudevents-protobuf "2.1.0"]