Dependency Information

Apache Maven

<dependency>
  <groupId>org.sw4j.tool.annotation.jpa.sample</groupId>
  <artifactId>liquibase-3.4</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.sw4j.tool.annotation.jpa.sample:liquibase-3.4:jar:0.1.0-SNAPSHOT'

Apache Ivy

<dependency org="org.sw4j.tool.annotation.jpa.sample" name="liquibase-3.4" rev="0.1.0-SNAPSHOT">
  <artifact name="liquibase-3.4" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.sw4j.tool.annotation.jpa.sample', module='liquibase-3.4', version='0.1.0-SNAPSHOT')
)

Grails

compile 'org.sw4j.tool.annotation.jpa.sample:liquibase-3.4:0.1.0-SNAPSHOT'

Leiningen

[org.sw4j.tool.annotation.jpa.sample/liquibase-3.4 "0.1.0-SNAPSHOT"]

SBT

libraryDependencies += "org.sw4j.tool.annotation.jpa.sample" % "liquibase-3.4" % "0.1.0-SNAPSHOT"