MVN

com.github.alex1304 : jdash-events

Maven & Gradle

Mar 15, 2020
2 stars

jdash-events · A Java library for Geometry Dash events.

<dependency>
    <groupId>com.github.alex1304</groupId>
    <artifactId>jdash-events</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.4

All Versions

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

Version Vulnerabilities Updated
2.0.x
jdash-events-2.0.4
jdash-events-2.0.3
jdash-events-2.0.2
jdash-events-2.0.1
jdash-events-2.0.0
1.0.x
jdash-events-1.0.7
jdash-events-1.0.6
jdash-events-1.0.5
jdash-events-1.0.4
jdash-events-1.0.3
jdash-events-1.0.1
jdash-events-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.alex1304</groupId>
    <artifactId>jdash-events</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.alex1304:jdash-events:2.0.4'

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

implementation("com.github.alex1304:jdash-events:2.0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.alex1304" % "jdash-events" % "2.0.4"