Installation

Installing Aspose.CAD for Java from Maven Repository

Aspose hosts all Java APIs on the Maven repository. You can easily use Aspose.CAD for Java API directly in your Maven Projects with simple configurations.

Specify Maven Repository Configuration

First, you need to specify the 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/repo/</url>

    </repository>

</repositories>

Define Aspose.CAD for Java API Dependency

Then define Aspose.CAD for Java API dependency in your pom.xml as follows:

 <dependencies>

    <dependency>

        <groupId>com.aspose</groupId>

        <artifactId>aspose-cad</artifactId>

        <version>20.10</version>        

   </dependency>

</dependencies>

After performing the above steps, Aspose.CAD for Java dependency will finally be defined in your Maven Project.

Supported Platforms

Aspose.CAD for Java supports the most popular development and deployment platforms.

Feature Description
Desktop Applications Aspose.CAD for Java can be used to develop Desktop applications in MS Windows.
Enterprise Web Applications Aspose.CAD for Java completely supports Web applications.
Linux/Unix Aspose.CAD for Java is a platform-independent API and can work in a Linux and Unix environment.

Supported Java Versions

  • J2SE 6.0 (1.6)
  • J2SE 7.0 (1.7)
  • J2SE 8.0 (1.8)