couchbase - Adding the java SDK to a project - couchbase tutorial - couchbase lite



Add the following dependency to your pom.xml file:

<dependency>
  <groupId>com.couchbase.client</groupId>
  <artifactId>java-client</artifactId>
  <version>2.3.1</version>
</dependency>
Clicking "Copy Code" button will copy the code into the clipboard - memory. Please paste(Ctrl+V) it in your destination. The code will get pasted. Happy coding from Wikitechy Couchbase tutorial team

You can check the maven repository for the latest version.
If you want to use the Spring OEM use this Gradle dependency:

compile(group: 'org.springframework.data', name: 'spring-data-couchbase', version: '2.1.6.RELEASE')
Clicking "Copy Code" button will copy the code into the clipboard - memory. Please paste(Ctrl+V) it in your destination. The code will get pasted. Happy coding from Wikitechy Couchbase tutorial team

Replace the version with your desired release. Note that this is NOT the version of Couchbase but the version of the Spring connector.


This couchbase tutorial provides you the following points such as couchbase , couchbase vs mongodb , couchbase vs couchdb , couchbase server , couchbase lite , couchbase download , couchbase hosting , couchbase mobile , what is couchbase , couchbase db , couchbase sync gateway , couchbase ports , couchbase pricing , couchbase training , couchbase nosql , couchbase vs cassandra , couchbase n1ql , couchbase client , couchbase community edition , couchbase memcached , couchbase couchdb , couchbase query , couchbase nodejs , couchbase connect , couchbase views , couchbase java client , couchbase lite android , couchbase cluster , couchbase install , couchbase lite ios , couchbase documentation , couchbase cli , spring data couchbase , couchbase bucket , couchbase node , couchbase architecture , php couchbase , couchbase android , couchbase server download , couchbase cache , couchbase transactions , couchbase github , spring couchbase , couchbase index , couchbase logs , couchbase create primary index , couchbase cas , couchbase version , couchbase drop index , spring boot couchbase , create primary index couchbase

Related Searches to Adding the java SDK to a project