Skip to content

Instantly share code, notes, and snippets.

@scalabl3
Last active August 29, 2015 13:57
Show Gist options
  • Save scalabl3/9768228 to your computer and use it in GitHub Desktop.
Save scalabl3/9768228 to your computer and use it in GitHub Desktop.
Maven pom.xml
<dependencies>
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>couchbase-client</artifactId>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<!-- Gson: Java to Json conversion -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.2.4</version>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment