k

kjson-cloud-event

Kotlin implementation of CloudEvents specification (v1)
https://github.com/pwall567/kjson-cloud-event
The MIT License (MIT)
Peter Wall
Files download
File Operation
kjson-cloud-event-1.10.jar download
kjson-cloud-event-1.10.pom download
kjson-cloud-event-1.10-sources.jar download
Apache Maven
<dependency>
  <groupId>io.kjson</groupId>
  <artifactId>kjson-cloud-event</artifactId>
  <version>1.10</version>
</dependency>
Gradle Groovy
implementation 'io.kjson:kjson-cloud-event:1.10'
Gradle Kotlin
implementation("io.kjson:kjson-cloud-event:1.10")
Scala SBT
libraryDependencies += "io.kjson" % "kjson-cloud-event" % "1.10"
Groovy Grape
@Grapes(
  @Grab(group='io.kjson', module='kjson-cloud-event', version='1.10')
)
Apache Ivy
<dependency org="io.kjson" name="kjson-cloud-event" rev="1.10" />
Leiningen
[io.kjson/kjson-cloud-event "1.10"]
Apache Buildr
'io.kjson:kjson-cloud-event:jar:1.10'