is not current version
Last Version 1.1

org.aioobe.cloudconvert:client 1.0

A Java Wrapper for the CloudConvert API.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.aioobe.cloudconvert
ArtifactId

ArtifactId

client
Version

Version

1.0
Type

Type

jar

Download client 1.0


<!-- https://jarcasting.com/artifacts/org.aioobe.cloudconvert/client/ -->
<dependency>
    <groupId>org.aioobe.cloudconvert</groupId>
    <artifactId>client</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.aioobe.cloudconvert/client/
implementation 'org.aioobe.cloudconvert:client:1.0'
// https://jarcasting.com/artifacts/org.aioobe.cloudconvert/client/
implementation ("org.aioobe.cloudconvert:client:1.0")
'org.aioobe.cloudconvert:client:jar:1.0'
<dependency org="org.aioobe.cloudconvert" name="client" rev="1.0">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aioobe.cloudconvert', module='client', version='1.0')
)
libraryDependencies += "org.aioobe.cloudconvert" % "client" % "1.0"
[org.aioobe.cloudconvert/client "1.0"]