Dependency Information

Apache Maven

<dependency>
  <groupId>net.sf.webphotos</groupId>
  <artifactId>webphotos-web-client</artifactId>
  <version>1.0-SNAPSHOT</version>
  <type>${project.packaging</type>
</dependency>

Apache Buildr

'net.sf.webphotos:webphotos-web-client:${project.packaging:1.0-SNAPSHOT'

Apache Ant

<dependency org="net.sf.webphotos" name="webphotos-web-client" rev="1.0-SNAPSHOT">
  <artifact name="webphotos-web-client" type="${project.packaging" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.sf.webphotos', module='webphotos-web-client', version='1.0-SNAPSHOT')
)

Grails

compile 'net.sf.webphotos:webphotos-web-client:1.0-SNAPSHOT'

Leiningen

[net.sf.webphotos/webphotos-web-client "1.0-SNAPSHOT"]

SBT

libraryDependencies += "net.sf.webphotos" %% "webphotos-web-client" % "1.0-SNAPSHOT"