Maven Coordinates

Apache Maven

<dependency>
  <groupId>com.github.hazendaz.fnm</groupId>
  <artifactId>fnm</artifactId>
  <version>1.39.0</version>
  <type>pom</type>
</dependency>

Apache Ivy

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

Groovy Grape

@Grapes(
@Grab(group='com.github.hazendaz.fnm', module='fnm', version='1.39.0')
)

Gradle/Grails

implementation 'com.github.hazendaz.fnm:fnm:1.39.0'

Scala SBT

libraryDependencies += "com.github.hazendaz.fnm" % "fnm" % "1.39.0"

Leiningen

[com.github.hazendaz.fnm/fnm "1.39.0"]