License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.luhuiguo |
ArtifactId | ArtifactIdaspose-slides |
Last Version | Last Version22.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAspose.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
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
aspose-slides-22.4.pom | |
aspose-slides-22.4.jar | 30 MB |
aspose-slides-22.4-sources.jar | 3 MB |
aspose-slides-22.4-jdk16.jar | 30 MB |
aspose-slides-22.4-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.luhuiguo/aspose-slides/ -->
<dependency>
<groupId>com.luhuiguo</groupId>
<artifactId>aspose-slides</artifactId>
<version>22.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.luhuiguo/aspose-slides/
implementation 'com.luhuiguo:aspose-slides:22.4'
// https://jarcasting.com/artifacts/com.luhuiguo/aspose-slides/
implementation ("com.luhuiguo:aspose-slides:22.4")
'com.luhuiguo:aspose-slides:jar:22.4'
<dependency org="com.luhuiguo" name="aspose-slides" rev="22.4">
<artifact name="aspose-slides" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.luhuiguo', module='aspose-slides', version='22.4')
)
libraryDependencies += "com.luhuiguo" % "aspose-slides" % "22.4"
[com.luhuiguo/aspose-slides "22.4"]