Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.sworisbreathing.sfmf4j</groupId>
  <artifactId>sfmf4j-tests</artifactId>
  <version>1.0</version>
</dependency>

Apache Buildr

'com.github.sworisbreathing.sfmf4j:sfmf4j-tests:jar:1.0'

Apache Ant

<dependency org="com.github.sworisbreathing.sfmf4j" name="sfmf4j-tests" rev="1.0">
  <artifact name="sfmf4j-tests" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.sworisbreathing.sfmf4j', module='sfmf4j-tests', version='1.0')
)

Grails

compile 'com.github.sworisbreathing.sfmf4j:sfmf4j-tests:1.0'

Leiningen

[com.github.sworisbreathing.sfmf4j/sfmf4j-tests "1.0"]

SBT

libraryDependencies += "com.github.sworisbreathing.sfmf4j" %% "sfmf4j-tests" % "1.0"