Skip to content

Instantly share code, notes, and snippets.

@cosbor11
Last active August 16, 2016 15:44
Show Gist options
  • Select an option

  • Save cosbor11/e9994e0b0ae9c6ff4079 to your computer and use it in GitHub Desktop.

Select an option

Save cosbor11/e9994e0b0ae9c6ff4079 to your computer and use it in GitHub Desktop.
onyx remote database client pom
<groupId>com.onyxdevtools.samples</groupId>
<artifactId>onyx-database-client</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.onyxdevtools</groupId>
<artifactId>onyx-remote-driver</artifactId>
<version>${onyx-database.version}</version>
</dependency>
<dependency>
<groupId>com.onyxdevtools.samples</groupId>
<artifactId>data-model</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment