seek-io
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.palantir.hadoop-crypto</groupId> <artifactId>seek-io</artifactId> <version>2.0.0-rc4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <url>https://github.com/palantir/hadoop-crypto</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <id>palantir</id> <name>Palantir Technologies Inc</name> <organizationUrl>https://www.palantir.com</organizationUrl> </developer> </developers> <description>Palantir open source project</description> <organization> <name>Palantir Technologies Inc</name> <url>https://palantir.com</url> </organization> <scm> <url>https://github.com/palantir/hadoop-crypto</url> </scm> <groupId>com.palantir.hadoop-crypto</groupId> <artifactId>seek-io</artifactId> <version>2.0.0-rc4</version> <name>seek-io</name> </project>