Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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