MVN

com.groupdocs : groupdocs-annotation

Maven & Gradle

Apr 12, 2018

GroupDocs.Annotation for Java · GroupDocs.Annotation is an HTML5-based document & image annotator designed to be easily integrated into web, mobile and desktop apps. It allows developers to provide end users with the ability to annotate documents and images of more than 50 file formats, including PDF and Microsoft Office documents, Visio diagrams, CAD and raster images.

<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-annotation</artifactId>
    <version>18.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 18.4

All Versions

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

Version Vulnerabilities Updated
18.4
groupdocs-annotation-18.4
17.10.x
groupdocs-annotation-17.10.3
groupdocs-annotation-17.10.2
groupdocs-annotation-17.10.1
17.10
groupdocs-annotation-17.10
17.6.x
groupdocs-annotation-17.6.0
17.5.x
groupdocs-annotation-17.5.0
17.1.x
groupdocs-annotation-17.1.0
3.1.x
groupdocs-annotation-3.1.0
2.0.x
groupdocs-annotation-2.0.0
1.9.x
groupdocs-annotation-1.9.0
1.8.x
groupdocs-annotation-1.8.2
groupdocs-annotation-1.8.1
groupdocs-annotation-1.8.0
1.7.x
groupdocs-annotation-1.7.1
groupdocs-annotation-1.7.0
1.6.x
groupdocs-annotation-1.6.0
1.5.x
groupdocs-annotation-1.5.0
1.4.x
groupdocs-annotation-1.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-annotation</artifactId>
    <version>18.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.groupdocs:groupdocs-annotation:18.4'

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

implementation("com.groupdocs:groupdocs-annotation:18.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.groupdocs" % "groupdocs-annotation" % "18.4"