MVN

com.groupdocs : groupdocs-java-client

Maven & Gradle

Oct 26, 2015

GroupDocsJava · GroupDocs.Total for Cloud is a suite of RESTful APIs that allows developers to seamlessly add powerful document collaboration functionality to their web/mobile applications or sites. With GroupDocs.Total, you can enable end users to view, collaboratively annotate, compare, convert, e-sign, assemble and securely share over 50 document and image types (including PDF and Microsoft Office) on the web, all without having to install any 3rd-party office software or browser plugins. With this SDK, you can easily customize and integrate GroupDocs��� document collaboration tools into your web or mobile Java application.

<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-java-client</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.groupdocs : groupdocs-java-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0

All Versions

Choose a version of com.groupdocs : groupdocs-java-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
groupdocs-java-client-2.6.0
2.5.x
groupdocs-java-client-2.5.1
groupdocs-java-client-2.5.0
2.4.x
groupdocs-java-client-2.4.1
groupdocs-java-client-2.4.0
2.3.x
groupdocs-java-client-2.3.1
groupdocs-java-client-2.3.0
2.2.x
groupdocs-java-client-2.2.1
2.1.x
groupdocs-java-client-2.1.0
2.0.x
groupdocs-java-client-2.0.1
1.9.x
groupdocs-java-client-1.9.2
groupdocs-java-client-1.9.1
groupdocs-java-client-1.9.0
1.8.x
groupdocs-java-client-1.8.1
groupdocs-java-client-1.8.0
1.7.x
groupdocs-java-client-1.7.3
groupdocs-java-client-1.7.2
groupdocs-java-client-1.7.0
1.6.x
groupdocs-java-client-1.6.0
1.5.x
groupdocs-java-client-1.5.1
1.5
groupdocs-java-client-1.5
1.4.x
groupdocs-java-client-1.4.0
1.3.x
groupdocs-java-client-1.3.0
1.2.x
groupdocs-java-client-1.2.4
groupdocs-java-client-1.2.3
groupdocs-java-client-1.2.2
1.2
groupdocs-java-client-1.2
1.1
groupdocs-java-client-1.1

How to add a dependency to Maven

Add the following com.groupdocs : groupdocs-java-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-java-client</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.groupdocs : groupdocs-java-client gradle dependency to your build.gradle file:

implementation 'com.groupdocs:groupdocs-java-client:2.6.0'

Gradle Kotlin DSL: Add the following com.groupdocs : groupdocs-java-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.groupdocs:groupdocs-java-client:2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.groupdocs : groupdocs-java-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.groupdocs" % "groupdocs-java-client" % "2.6.0"