jclop-dropbox2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.fathzer</groupId>
<artifactId>jclop-dropbox2</artifactId>
<version>0.1.8</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>jclop-dropbox2</artifactId> <version>0.1.8</version> <parent> <groupId>com.fathzer</groupId> <artifactId>parent-pom</artifactId> <version>1.1.0</version> </parent> <name>JClop-Dropbox</name> <url>http://jclop.soft.fathzer.com</url> <description>A library to manage Dropbox service in JClop.</description> <scm> <url>https://github.com/jclop2/dropbox.git</url> <connection>https://github.com/jclop2/dropbox.git</connection> </scm> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>8</maven.compiler.source> <maven.compiler.target>8</maven.compiler.target> <check-dependencies-java-version>8</check-dependencies-java-version> </properties> <dependencies> <dependency> <groupId>com.dropbox.core</groupId> <artifactId>dropbox-core-sdk</artifactId> <version>7.0.0</version> </dependency> <dependency> <groupId>com.fathzer</groupId> <artifactId>jclop2</artifactId> <version>0.1.0</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.11</version> </dependency> <dependency> <groupId>com.fathzer</groupId> <artifactId>jlocal</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.36</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> </plugin> </plugins> </build> </project>