g

groupdocs-java-client

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.
http://groupdocs.com/cloud/total-api
The Apache Software License, Version 2.0
GroupDocs
Marketplace Team
Files download
File Operation
groupdocs-java-client-2.6.0.jar download
groupdocs-java-client-2.6.0.pom download
groupdocs-java-client-2.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.groupdocs</groupId>
  <artifactId>groupdocs-java-client</artifactId>
  <version>2.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.groupdocs:groupdocs-java-client:2.6.0'
Gradle Kotlin
implementation("com.groupdocs:groupdocs-java-client:2.6.0")
Scala SBT
libraryDependencies += "com.groupdocs" % "groupdocs-java-client" % "2.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.groupdocs', module='groupdocs-java-client', version='2.6.0')
)
Apache Ivy
<dependency org="com.groupdocs" name="groupdocs-java-client" rev="2.6.0" />
Leiningen
[com.groupdocs/groupdocs-java-client "2.6.0"]
Apache Buildr
'com.groupdocs:groupdocs-java-client:jar:2.6.0'