Installation
Contents
[
Hide
]
Installing Aspose.PSD for Java from Maven Repository
Aspose hosts all Java APIs on the Maven repository. You can easily use Aspose.PSD for Java API directly in your Maven Projects with simple configurations.
Specify Maven Repository Configuration
First, you need to specify Aspose Maven Repository configuration/location in your Maven pom.xml as follows:
<repositories>
<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>https://releases.aspose.com/java/repo/</url>
</repository>
</repositories>
Define Aspose.PSD for Java API Dependency
Then define Aspose.PSD for Java API dependency in your pom.xml as follows:
<dependencies>
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-psd</artifactId>
<version>24.2</version>
<classifier>jdk16</classifier>
</dependency>
</dependencies>
After performing the above steps, Aspose.PSD for Java dependency will finally be defined in your Maven Project.
Supported Platforms
Aspose.PSD for Java supports the most popular development and deployment platforms.
Feature | Description |
---|---|
Desktop Applications | Aspose.PSD for Java can be used to develop Desktop applications in MS Windows. |
Enterprise Web Applications | Aspose.PSD for Java completely supports Web applications. |
Linux/Unix | Aspose.PSD for Java is a platform-independent API and can work in a Linux and Unix environment. |
Supported Java Versions
- JDK 1.6 or higher