MVN

io.github.kmozsi : convertapi

Maven & Gradle

Sep 22, 2020
0 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>io.github.kmozsi</groupId>
    <artifactId>convertapi</artifactId>
    <version>TEST0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.kmozsi : convertapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: TEST0.7

All Versions

Choose a version of io.github.kmozsi : convertapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
24.0
convertapi-24.0
20.113
convertapi-20.113
18.12
convertapi-18.12
11.1.x
convertapi-11.1.4
10.7
convertapi-10.7
10.6
convertapi-10.6
TEST0.7
convertapi-TEST0.7
TEST0.6
convertapi-TEST0.6
TEST0.5
convertapi-TEST0.5
TEST0.4
convertapi-TEST0.4
TEST0.3
convertapi-TEST0.3
TEST0.2
convertapi-TEST0.2
1.11
convertapi-1.11
1.10
convertapi-1.10
1.9
convertapi-1.9
1.8
convertapi-1.8
TEST0.1
convertapi-TEST0.1
MYVERSION
convertapi-MYVERSION

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.kmozsi</groupId>
    <artifactId>convertapi</artifactId>
    <version>TEST0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.kmozsi : convertapi gradle dependency to your build.gradle file:

implementation 'io.github.kmozsi:convertapi:TEST0.7'

Gradle Kotlin DSL: Add the following io.github.kmozsi : convertapi gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.kmozsi:convertapi:TEST0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.kmozsi : convertapi sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.kmozsi" % "convertapi" % "TEST0.7"