MVN

com.dorkbox : Notify-Dorkbox-Util

Maven & Gradle

Jan 31, 2017
1 usages
80 stars

Notify-Dorkbox-Util · Utilities for the Notify project.

<dependency>
    <groupId>com.dorkbox</groupId>
    <artifactId>Notify-Dorkbox-Util</artifactId>
    <version>2.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dorkbox : Notify-Dorkbox-Util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.18

All Versions

Choose a version of com.dorkbox : Notify-Dorkbox-Util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.18
Notify-Dorkbox-Util-2.18
2.17
Notify-Dorkbox-Util-2.17
2.16
Notify-Dorkbox-Util-2.16
2.15
Notify-Dorkbox-Util-2.15
2.14
Notify-Dorkbox-Util-2.14
2.13
Notify-Dorkbox-Util-2.13
2.12
Notify-Dorkbox-Util-2.12
2.11
Notify-Dorkbox-Util-2.11
2.9
Notify-Dorkbox-Util-2.9
2.8
Notify-Dorkbox-Util-2.8
2.7
Notify-Dorkbox-Util-2.7
2.6
Notify-Dorkbox-Util-2.6
2.5
Notify-Dorkbox-Util-2.5
2.4
Notify-Dorkbox-Util-2.4
2.1
Notify-Dorkbox-Util-2.1
1.3
Notify-Dorkbox-Util-1.3

How to add a dependency to Maven

Add the following com.dorkbox : Notify-Dorkbox-Util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dorkbox</groupId>
    <artifactId>Notify-Dorkbox-Util</artifactId>
    <version>2.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dorkbox : Notify-Dorkbox-Util gradle dependency to your build.gradle file:

implementation 'com.dorkbox:Notify-Dorkbox-Util:2.18'

Gradle Kotlin DSL: Add the following com.dorkbox : Notify-Dorkbox-Util gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dorkbox:Notify-Dorkbox-Util:2.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dorkbox : Notify-Dorkbox-Util sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dorkbox" % "Notify-Dorkbox-Util" % "2.18"