Dependency Information

Apache Maven

<dependency>
  <groupId>com.tomasteubner</groupId>
  <artifactId>wlan-portal</artifactId>
  <version>1.8-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'com.tomasteubner:wlan-portal:pom:1.8-SNAPSHOT'

Apache Ivy

<dependency org="com.tomasteubner" name="wlan-portal" rev="1.8-SNAPSHOT">
  <artifact name="wlan-portal" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.tomasteubner', module='wlan-portal', version='1.8-SNAPSHOT')
)

Gradle/Grails

compile 'com.tomasteubner:wlan-portal:1.8-SNAPSHOT'

Scala SBT

libraryDependencies += "com.tomasteubner" % "wlan-portal" % "1.8-SNAPSHOT"

Leiningen

[com.tomasteubner/wlan-portal "1.8-SNAPSHOT"]