MVN

com.github.yoojia : next-events

Maven & Gradle

Oct 29, 2016
1 usages
4 stars

NextEvents · NextEvents: A Java Event Bus Library

<dependency>
    <groupId>com.github.yoojia</groupId>
    <artifactId>next-events</artifactId>
    <version>2.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yoojia : next-events to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.3

All Versions

Choose a version of com.github.yoojia : next-events to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
next-events-2.4.3
next-events-2.4.2
next-events-2.4.1
2.3
next-events-2.3
2.2.x
next-events-2.2.2
next-events-2.2.1
2.2
next-events-2.2
2.1
next-events-2.1
2.0
next-events-2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.yoojia</groupId>
    <artifactId>next-events</artifactId>
    <version>2.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yoojia : next-events gradle dependency to your build.gradle file:

implementation 'com.github.yoojia:next-events:2.4.3'

Gradle Kotlin DSL: Add the following com.github.yoojia : next-events gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.yoojia:next-events:2.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yoojia : next-events sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yoojia" % "next-events" % "2.4.3"

Advertisement