uploadcare
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.uploadcare</groupId>
<artifactId>uploadcare</artifactId>
<version>3.5.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.uploadcare</groupId>
<artifactId>uploadcare</artifactId>
<version>3.5.3</version>
<name>uploadcare</name>
<description>Java client for the Uploadcare API. Uploadcare handles file uploads, storage and distribution for you, while you focus on other important things.</description>
<url>https://github.com/uploadcare/uploadcare-java</url>
<organization>
<name>Uploadcare</name>
<url>https://uploadcare.com</url>
</organization>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>dimituri</id>
<name>Dimitry Solovyov</name>
<email>dimituri@gmail.com</email>
</developer>
<developer>
<id>alchernin</id>
<name>Alexander Tchernin</name>
<email>alchernin@gmail.com</email>
</developer>
<developer>
<id>dnavre</id>
<name>Yervand Aghababyan</name>
<email>yervand.aghababyan@gmail.com</email>
</developer>
<developer>
<id>raphaelnew</id>
<name>Raphael Gilyazitdinov</name>
<email>rafa@irafa.ru</email>
</developer>
<developer>
<id>artemix</id>
<name>Artemis</name>
<email>artemix@artemix.org</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/uploadcare/uploadcare-java.git</connection>
<developerConnection>scm:git:ssh://github.com/uploadcare/uploadcare-java.git</developerConnection>
<url>https://github.com/uploadcare/uploadcare-java</url>
</scm>
<issueManagement>
<url>https://github.com/uploadcare/uploadcare-java/issues</url>
</issueManagement>
<properties>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.13</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>javax.activation</artifactId>
<version>1.2.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>