Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>io.github.lvrodrigues</groupId>
  <artifactId>jfonemabr</artifactId>
  <version>1.0.0</version>
</dependency>

Apache Buildr

'io.github.lvrodrigues:jfonemabr:jar:1.0.0'

Apache Ivy

<dependency org="io.github.lvrodrigues" name="jfonemabr" rev="1.0.0">
  <artifact name="jfonemabr" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.github.lvrodrigues', module='jfonemabr', version='1.0.0')
)

Gradle/Grails

compile 'io.github.lvrodrigues:jfonemabr:1.0.0'

Scala SBT

libraryDependencies += "io.github.lvrodrigues" % "jfonemabr" % "1.0.0"

Leiningen

[io.github.lvrodrigues/jfonemabr "1.0.0"]