MVN

de.hglabor : notify

Maven & Gradle

Jun 05, 2023
3 stars

notify · Notify is a collection of fabric mixins for paper events (and some more).

<dependency>
    <groupId>de.hglabor</groupId>
    <artifactId>notify</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.hglabor : notify to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of de.hglabor : notify to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
notify-1.1.3
notify-1.1.2
notify-1.1.1
notify-1.1.0
1.0.x
notify-1.0.6
notify-1.0.4
notify-1.0.3
notify-1.0.2

How to add a dependency to Maven

Add the following de.hglabor : notify maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.hglabor</groupId>
    <artifactId>notify</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.hglabor : notify gradle dependency to your build.gradle file:

implementation 'de.hglabor:notify:1.1.3'

Gradle Kotlin DSL: Add the following de.hglabor : notify gradle kotlin dependency to your build.gradle.kts file:

implementation("de.hglabor:notify:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.hglabor : notify sbt scala dependency to your build.sbt file:

libraryDependencies += "de.hglabor" % "notify" % "1.1.3"

Advertisement