MVN

com.tenduke.events : events-api

Maven & Gradle

Aug 18, 2023
1 stars

10Duke Event Data API model · Objects and interfaces describing data communicated in the 10Duke Event Data system API

<dependency>
    <groupId>com.tenduke.events</groupId>
    <artifactId>events-api</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tenduke.events : events-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of com.tenduke.events : events-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
events-api-1.4.0
1.3.x
events-api-1.3.0
1.2.x
events-api-1.2.1
events-api-1.2.0
1.1.x
events-api-1.1.2
events-api-1.1.1
events-api-1.1.0
1.0.x
events-api-1.0.3
events-api-1.0.2
events-api-1.0.1
events-api-1.0.0

How to add a dependency to Maven

Add the following com.tenduke.events : events-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tenduke.events</groupId>
    <artifactId>events-api</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tenduke.events : events-api gradle dependency to your build.gradle file:

implementation 'com.tenduke.events:events-api:1.4.0'

Gradle Kotlin DSL: Add the following com.tenduke.events : events-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tenduke.events:events-api:1.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tenduke.events : events-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tenduke.events" % "events-api" % "1.4.0"