インストール-JavaのAspose.Font

Aspose.fontのAsopsion Repositoryからのインストール

Asposeは、すべてのJava APIをAspose Repositoryにホストします。簡単な構成を使用して、MavenプロジェクトでJava APIにAspose.Fontを簡単に使用できます。

Asopsion Repository構成を指定します

まず、次のように、Maven pom.xmlでAspose Repositoryの構成 /場所を指定する必要があります。

 1<repositories>
 2
 3     <repository>
 4
 5         <id>snapshots</id>
 6
 7         <name>repo</name>
 8
 9         <url>http://repository.aspose.com/repo/</url>
10
11     </repository>
12
13</repositories>

Java API依存関係のAspose.Fontを定義します

次に、次のように、pom.xmlのJava API依存関係のAspose.fontを次のように定義します。

 1<dependencies>
 2
 3    <dependency>
 4
 5        <groupId>com.aspose</groupId>
 6
 7        <artifactId>aspose-font</artifactId>
 8
 9        <version>20.10</version>
10
11    </dependency>
12
13</dependencies>

上記の手順を実行した後、Java依存関係のAspose.Fontは、Mavenプロジェクトで最終的に定義されます。

Have any questions about Aspose.Font?



Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.