jmccc-mcdownloader
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.to2mbn</groupId> <artifactId>jmccc-mcdownloader</artifactId> <version>2.5-beta-1</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> <parent> <groupId>org.to2mbn</groupId> <artifactId>jmccc-parent</artifactId> <version>2.5-beta-1</version> </parent> <artifactId>jmccc-mcdownloader</artifactId> <name>jmccc mcdownloader</name> <description>The download feature of jmccc</description> <dependencies> <dependency> <groupId>org.to2mbn</groupId> <artifactId>jmccc</artifactId> </dependency> <dependency> <groupId>org.tukaani</groupId> <artifactId>xz</artifactId> <version>1.5</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpasyncclient</artifactId> <version>4.1.1</version> <optional>true</optional> </dependency> <dependency> <groupId>org.ehcache.modules</groupId> <artifactId>ehcache-impl</artifactId> <version>3.0.2</version> <optional>true</optional> </dependency> <dependency> <groupId>javax.cache</groupId> <artifactId>cache-api</artifactId> <version>1.0.0</version> <optional>true</optional> </dependency> </dependencies> </project>