Dependency Information

Apache Maven

<dependency>
  <groupId>com.buckosoft.povspew</groupId>
  <artifactId>tteoac</artifactId>
  <version>0.0.1-SNAPSHOT</version>
  <type>war</type>
</dependency>

Apache Buildr

'com.buckosoft.povspew:tteoac:war:0.0.1-SNAPSHOT'

Apache Ivy

<dependency org="com.buckosoft.povspew" name="tteoac" rev="0.0.1-SNAPSHOT">
  <artifact name="tteoac" type="war" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.buckosoft.povspew', module='tteoac', version='0.0.1-SNAPSHOT')
)

Gradle/Grails

compile 'com.buckosoft.povspew:tteoac:0.0.1-SNAPSHOT'

Scala SBT

libraryDependencies += "com.buckosoft.povspew" % "tteoac" % "0.0.1-SNAPSHOT"

Leiningen

[com.buckosoft.povspew/tteoac "0.0.1-SNAPSHOT"]