http-nio
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.broadinstitute</groupId> <artifactId>http-nio</artifactId> <version>1.1.1</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>org.broadinstitute</groupId> <artifactId>http-nio</artifactId> <version>1.1.1</version> <name>http-nio</name> <description>HTTP/S FileSystem provider for Java NIO.2</description> <url>https://github.com/broadinstitute/http-nio</url> <licenses> <license> <name>BSD 3-Clause</name> <url>https://github.com/broadinstitute/http-nio/blob/master/LICENSE.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>MagicDGS</id> <name>Daniel Gómez-Sánchez</name> <url>https://github.com/magicDGS/</url> </developer> <developer> <id>gatkdev</id> <name>GATK Development Team</name> <email>gatk-dev-public@broadinstitute.org</email> </developer> </developers> <scm> <connection>scm:git:git@github.com:broadinstitute/htt-nio.git</connection> <url>git@github.com:broadinstitute/http-nio.git</url> </scm> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.25</version> <scope>runtime</scope> </dependency> </dependencies> </project>