Apache Maven

<dependency>
  <groupId>nc.adriens</groupId>
  <artifactId>schemacrawler-plugin-neo4j</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'nc.adriens:schemacrawler-plugin-neo4j:jar:1.0-SNAPSHOT'

Apache Ivy

<dependency org="nc.adriens" name="schemacrawler-plugin-neo4j" rev="1.0-SNAPSHOT">
  <artifact name="schemacrawler-plugin-neo4j" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='nc.adriens', module='schemacrawler-plugin-neo4j', version='1.0-SNAPSHOT')
)

Grails

compile 'nc.adriens:schemacrawler-plugin-neo4j:1.0-SNAPSHOT'

Leiningen

[nc.adriens/schemacrawler-plugin-neo4j "1.0-SNAPSHOT"]

SBT

libraryDependencies += "nc.adriens" % "schemacrawler-plugin-neo4j" % "1.0-SNAPSHOT"

Back to top

Reflow Maven skin by Andrius Velykis.