MVN

com.luhuiguo : aspose-slides

Maven & Gradle

Jan 30, 2023

Aspose.Slides for Java · Aspose.Slides for Java is a unique PowerPoint document processing API that enables Java applications to read, write and manipulate PowerPoint documents (PPT, PPTX, POS, PPS, POTX, PPSX) PDF, HTML and image file formats without using Microsoft PowerPoint

<dependency>
    <groupId>com.luhuiguo</groupId>
    <artifactId>aspose-slides</artifactId>
    <version>23.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.luhuiguo : aspose-slides to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.1

All Versions

Choose a version of com.luhuiguo : aspose-slides to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.1
aspose-slides-23.1
22.12
aspose-slides-22.12
22.9
aspose-slides-22.9
22.4
aspose-slides-22.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.luhuiguo</groupId>
    <artifactId>aspose-slides</artifactId>
    <version>23.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.luhuiguo : aspose-slides gradle dependency to your build.gradle file:

implementation 'com.luhuiguo:aspose-slides:23.1'

Gradle Kotlin DSL: Add the following com.luhuiguo : aspose-slides gradle kotlin dependency to your build.gradle.kts file:

implementation("com.luhuiguo:aspose-slides:23.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.luhuiguo : aspose-slides sbt scala dependency to your build.sbt file:

libraryDependencies += "com.luhuiguo" % "aspose-slides" % "23.1"