Configure to download Syncfusion Java packages from Apache Maven
18 Nov 20181 minute to read
You can easily download the Syncfusion packages for Java using the maven repository.
The following command shows how to mention the repository in Apache Maven.
<repository>
<id>Syncfusion-Java</id>
<name>Syncfusion Java repo</name>
<url>https://jars.syncfusion.com/repository/maven-public/</url>
</repository>
The following command shows how to refer to the Syncfusion package, which needs to be used in your project as the dependency.
<dependency>
<groupId>com.syncfusion</groupId>
<artifactId>syncfusion-docio</artifactId>
<version>18.4.0.30</version>
</dependency>