is not current version
Last Version 2.3.0

CloudEvents 2.2.0

CloudEvents SDK for Java

License

License

GroupId

GroupId

io.cloudevents
ArtifactId

ArtifactId

cloudevents-parent
Version

Version

2.2.0
Type

Type

pom
Description

Description

CloudEvents
CloudEvents SDK for Java
Project URL

Project URL

https://cloudevents.github.io/sdk-java/
Source Code Management

Source Code Management

https://github.com/cloudevents/sdk-java

Download cloudevents-parent 2.2.0


<!-- https://jarcasting.com/artifacts/io.cloudevents/cloudevents-parent/ -->
<dependency>
    <groupId>io.cloudevents</groupId>
    <artifactId>cloudevents-parent</artifactId>
    <version>2.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.cloudevents/cloudevents-parent/
implementation 'io.cloudevents:cloudevents-parent:2.2.0'
// https://jarcasting.com/artifacts/io.cloudevents/cloudevents-parent/
implementation ("io.cloudevents:cloudevents-parent:2.2.0")
'io.cloudevents:cloudevents-parent:pom:2.2.0'
<dependency org="io.cloudevents" name="cloudevents-parent" rev="2.2.0">
  <artifact name="cloudevents-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.cloudevents', module='cloudevents-parent', version='2.2.0')
)
libraryDependencies += "io.cloudevents" % "cloudevents-parent" % "2.2.0"
[io.cloudevents/cloudevents-parent "2.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • api
  • core
  • formats/json-jackson
  • formats/protobuf
  • amqp
  • http/basic
  • http/vertx
  • http/restful-ws
  • kafka
  • spring
  • sql