h

http4k-cloudevents

http4k support for the CloudEvents format
https://http4k.org
Apache License, Version 2.0
Ivan Sanchez David Denton
Files download
File Operation
http4k-cloudevents-4.34.0.2.jar download
http4k-cloudevents-4.34.0.2.pom download
http4k-cloudevents-4.34.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.http4k</groupId>
  <artifactId>http4k-cloudevents</artifactId>
  <version>4.34.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.http4k:http4k-cloudevents:4.34.0.2'
Gradle Kotlin
implementation("org.http4k:http4k-cloudevents:4.34.0.2")
Scala SBT
libraryDependencies += "org.http4k" % "http4k-cloudevents" % "4.34.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.http4k', module='http4k-cloudevents', version='4.34.0.2')
)
Apache Ivy
<dependency org="org.http4k" name="http4k-cloudevents" rev="4.34.0.2" />
Leiningen
[org.http4k/http4k-cloudevents "4.34.0.2"]
Apache Buildr
'org.http4k:http4k-cloudevents:jar:4.34.0.2'