Dependency Information

Apache Maven

<dependency>
  <groupId>net.sf.atmodem4j</groupId>
  <artifactId>spsw-native</artifactId>
  <version>0.0.5</version>
  <type>pom</type>
</dependency>

Apache Buildr

'net.sf.atmodem4j:spsw-native:pom:0.0.5'

Apache Ivy

<dependency org="net.sf.atmodem4j" name="spsw-native" rev="0.0.5">
  <artifact name="spsw-native" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.sf.atmodem4j', module='spsw-native', version='0.0.5')
)

Grails

compile 'net.sf.atmodem4j:spsw-native:0.0.5'

Leiningen

[net.sf.atmodem4j/spsw-native "0.0.5"]

SBT

libraryDependencies += "net.sf.atmodem4j" % "spsw-native" % "0.0.5"