MVN

com.convertapi.client : convertapi

Maven & Gradle

Nov 29, 2022
14 stars

ConvertAPI Java Client · The ConvertAPI helps converting various file formats. Creating PDF and Images from various sources like Word, Excel, Powerpoint, images, web pages or raw HTML codes. Merge, Encrypt, Split, Repair and Decrypt PDF files. And many others files manipulations. In just few minutes you can integrate it into your application and use it easily. The ConvertAPI client library makes it easier to use the Convert API from your Java 8 projects without having to build your own API calls.

<dependency>
    <groupId>com.convertapi.client</groupId>
    <artifactId>convertapi</artifactId>
    <version>2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.convertapi.client : convertapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9

All Versions

Choose a version of com.convertapi.client : convertapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9
convertapi-2.9
2.8
convertapi-2.8
2.7
convertapi-2.7
2.6
convertapi-2.6
2.5
convertapi-2.5
2.4
convertapi-2.4
2.3
convertapi-2.3
2.2
convertapi-2.2
2.1
convertapi-2.1-dev-2
convertapi-2.1-dev-1
convertapi-2.1-dev
2.0
convertapi-2.0
1.8.x
convertapi-1.8.3
convertapi-1.8.2
convertapi-1.8.1
1.8
convertapi-1.8
1.3
convertapi-1.3
1.1
convertapi-1.1
convertapi--en

How to add a dependency to Maven

Add the following com.convertapi.client : convertapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.convertapi.client</groupId>
    <artifactId>convertapi</artifactId>
    <version>2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.convertapi.client : convertapi gradle dependency to your build.gradle file:

implementation 'com.convertapi.client:convertapi:2.9'

Gradle Kotlin DSL: Add the following com.convertapi.client : convertapi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.convertapi.client:convertapi:2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.convertapi.client : convertapi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.convertapi.client" % "convertapi" % "2.9"

Advertisement