Maven Coordinates
Apache Maven
<dependency>
<groupId>com.github.hazendaz.npp</groupId>
<artifactId>npp</artifactId>
<version>8.6.9</version>
<type>pom</type>
</dependency>
Apache Ivy
<dependency org="com.github.hazendaz.npp" name="npp" rev="8.6.9">
<artifact name="npp" type="pom" />
</dependency>
Groovy Grape
@Grapes(
@Grab(group='com.github.hazendaz.npp', module='npp', version='8.6.9')
)
Gradle/Grails
implementation 'com.github.hazendaz.npp:npp:8.6.9'
Scala SBT
libraryDependencies += "com.github.hazendaz.npp" % "npp" % "8.6.9"
Leiningen
[com.github.hazendaz.npp/npp "8.6.9"]