<dependency> <groupId>com.graphaware.neo4j</groupId> <artifactId>module-parent</artifactId> <version>3.1.4.49</version> <type>pom</type> </dependency>
'com.graphaware.neo4j:module-parent:pom:3.1.4.49'
<dependency org="com.graphaware.neo4j" name="module-parent" rev="3.1.4.49" />
@Grapes(@Grab(group='com.graphaware.neo4j', module='module-parent', version='3.1.4.49'))
compile 'com.graphaware.neo4j:module-parent:3.1.4.49'
libraryDependencies += "com.graphaware.neo4j" % "module-parent" % "3.1.4.49"
<repository> <id>central</id> <url>http://repo1.maven.org/maven2/</url> </repository>
maven-repository.com - © 2014