| License |
License |
|---|---|
| Categories |
CategoriesJava Languages CLI User Interface |
| GroupId | GroupIdcom.groupdocs |
| ArtifactId | ArtifactIdgroupdocs-java-client |
| Last Version | Last Version2.6.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGroupDocsJava
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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| groupdocs-java-client-2.6.0.pom | |
| groupdocs-java-client-2.6.0.jar | 444 KB |
| groupdocs-java-client-2.6.0-sources.jar | 395 KB |
| groupdocs-java-client-2.6.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.groupdocs/groupdocs-java-client/ -->
<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-java-client</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupdocs/groupdocs-java-client/
implementation 'com.groupdocs:groupdocs-java-client:2.6.0'
// https://jarcasting.com/artifacts/com.groupdocs/groupdocs-java-client/
implementation ("com.groupdocs:groupdocs-java-client:2.6.0")
'com.groupdocs:groupdocs-java-client:jar:2.6.0'
<dependency org="com.groupdocs" name="groupdocs-java-client" rev="2.6.0">
<artifact name="groupdocs-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupdocs', module='groupdocs-java-client', version='2.6.0')
)
libraryDependencies += "com.groupdocs" % "groupdocs-java-client" % "2.6.0"
[com.groupdocs/groupdocs-java-client "2.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.jersey : jersey-client | jar | 1.13 |
| com.sun.jersey.contribs : jersey-multipart | jar | 1.13 |
| commons-io : commons-io | jar | 2.4 |
| commons-codec : commons-codec | jar | 1.7 |
| com.wordnik : swagger-core_2.9.1 | jar | 1.3.0 |
| org.skyscreamer : jsonassert | jar | 1.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit-dep | jar | 4.10 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| com.github.rest-driver : rest-client-driver | jar | 1.1.28 |