Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>io.github.divinespear</groupId>
  <artifactId>jpa-schema-maven-plugin</artifactId>
  <version>0.2.1</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'io.github.divinespear:jpa-schema-maven-plugin:maven-plugin:0.2.1'

Apache Ivy

<dependency org="io.github.divinespear" name="jpa-schema-maven-plugin" rev="0.2.1">
  <artifact name="jpa-schema-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.github.divinespear', module='jpa-schema-maven-plugin', version='0.2.1')
)

Grails

compile 'io.github.divinespear:jpa-schema-maven-plugin:0.2.1'

Leiningen

[io.github.divinespear/jpa-schema-maven-plugin "0.2.1"]

SBT

libraryDependencies += "io.github.divinespear" % "jpa-schema-maven-plugin" % "0.2.1"