MVN

io.kjson : kjson-cloud-event

Maven & Gradle

Jul 10, 2023
0 stars

Kotlin CloudEvents · Kotlin implementation of CloudEvents specification (v1)

<dependency>
    <groupId>io.kjson</groupId>
    <artifactId>kjson-cloud-event</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.kjson : kjson-cloud-event to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of io.kjson : kjson-cloud-event to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8
kjson-cloud-event-1.8
1.7
kjson-cloud-event-1.7
1.6
kjson-cloud-event-1.6
1.5
kjson-cloud-event-1.5
1.4
kjson-cloud-event-1.4
1.3
kjson-cloud-event-1.3
1.2
kjson-cloud-event-1.2
1.1
kjson-cloud-event-1.1
1.0
kjson-cloud-event-1.0

How to add a dependency to Maven

Add the following io.kjson : kjson-cloud-event maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.kjson</groupId>
    <artifactId>kjson-cloud-event</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.kjson : kjson-cloud-event gradle dependency to your build.gradle file:

implementation 'io.kjson:kjson-cloud-event:1.8'

Gradle Kotlin DSL: Add the following io.kjson : kjson-cloud-event gradle kotlin dependency to your build.gradle.kts file:

implementation("io.kjson:kjson-cloud-event:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.kjson : kjson-cloud-event sbt scala dependency to your build.sbt file:

libraryDependencies += "io.kjson" % "kjson-cloud-event" % "1.8"

Advertisement

Dependencies from Group

Jul 24, 2023
5 usages
1 stars
Jul 30, 2023
2 usages
0 stars
Jul 23, 2023
1 usages
1 stars
Jan 22, 2022
1 usages
0 stars
May 22, 2023
1 usages
0 stars

Discover Dependencies