Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.sworisbreathing.sfmf4j</groupId>
  <artifactId>sfmf4j-commonsio</artifactId>
  <version>1.0</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'com.github.sworisbreathing.sfmf4j:sfmf4j-commonsio:bundle:1.0'

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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