Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.aioobe.cloudconvert |
ArtifactId | ArtifactIdclient |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
client-1.0.pom | |
client-1.0.jar | 16 KB |
client-1.0-sources.jar | 5 KB |
client-1.0-javadoc.jar | 72 KB |
Browse |
<!-- 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"]