MVN

no.ks : k-es-demo-app-proto-events

Maven & Gradle

Jun 29, 2023
8 stars
<dependency>
    <groupId>no.ks</groupId>
    <artifactId>k-es-demo-app-proto-events</artifactId>
    <version>4.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.ks : k-es-demo-app-proto-events to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.1

All Versions

Choose a version of no.ks : k-es-demo-app-proto-events to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
k-es-demo-app-proto-events-4.2.1
k-es-demo-app-proto-events-4.2.0
4.1.x
k-es-demo-app-proto-events-4.1.1
k-es-demo-app-proto-events-4.1.0
4.0.x
k-es-demo-app-proto-events-4.0.2
k-es-demo-app-proto-events-4.0.1
k-es-demo-app-proto-events-4.0.0
3.1.x
k-es-demo-app-proto-events-3.1.4
k-es-demo-app-proto-events-3.1.3
k-es-demo-app-proto-events-3.1.2
k-es-demo-app-proto-events-3.1.1
k-es-demo-app-proto-events-3.1.0
3.0.x
k-es-demo-app-proto-events-3.0.11
k-es-demo-app-proto-events-3.0.10
k-es-demo-app-proto-events-3.0.9
k-es-demo-app-proto-events-3.0.8
k-es-demo-app-proto-events-3.0.7
k-es-demo-app-proto-events-3.0.6
k-es-demo-app-proto-events-3.0.5

How to add a dependency to Maven

Add the following no.ks : k-es-demo-app-proto-events maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.ks</groupId>
    <artifactId>k-es-demo-app-proto-events</artifactId>
    <version>4.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.ks : k-es-demo-app-proto-events gradle dependency to your build.gradle file:

implementation 'no.ks:k-es-demo-app-proto-events:4.2.1'

Gradle Kotlin DSL: Add the following no.ks : k-es-demo-app-proto-events gradle kotlin dependency to your build.gradle.kts file:

implementation("no.ks:k-es-demo-app-proto-events:4.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.ks : k-es-demo-app-proto-events sbt scala dependency to your build.sbt file:

libraryDependencies += "no.ks" % "k-es-demo-app-proto-events" % "4.2.1"