Maven Coordinates

Apache Maven

<dependency>
  <groupId>com.github.hazendaz.npp</groupId>
  <artifactId>npp</artifactId>
  <version>8.8</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="com.github.hazendaz.npp" name="npp" rev="8.8">
  <artifact name="npp" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.hazendaz.npp', module='npp', version='8.8')
)

Gradle/Grails

implementation 'com.github.hazendaz.npp:npp:8.8'

Scala SBT

libraryDependencies += "com.github.hazendaz.npp" % "npp" % "8.8"

Leiningen

[com.github.hazendaz.npp/npp "8.8"]