Configure to download Java packages from Apache Maven
13 Jul 20261 minute to read
You can easily download the Syncfusion® packages for Java using the maven repository.
The following snippet shows how to add the repository in your Apache Maven project.
<repository>
<id>Syncfusion-Java</id>
<name>Syncfusion<sup style="font-size:70%">®</sup> Java repo</name>
<url>https://jars.syncfusion.com/repository/maven-public/</url>
</repository>The following snippet shows how to add 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>NOTE
The version
18.4.0.30shown above is for illustration only. Replace it with the latest Syncfusion® Java package version available for your license.