iceberg-bundled-guava
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.linkedin.iceberg</groupId>
<artifactId>iceberg-bundled-guava</artifactId>
<version>1.5.2.7</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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.linkedin.iceberg</groupId>
<artifactId>iceberg-bundled-guava</artifactId>
<version>1.5.2.7</version>
<name>iceberg-bundled-guava</name>
<description>A table format for huge analytic datasets</description>
<url>https://github.com/linkedin/iceberg</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>wmoustafa</id>
<name>Walaa Eldin Moustafa</name>
<url>https://github.com/wmoustafa</url>
<roles>
<role>Core developer</role>
</roles>
</developer>
<developer>
<id>sumedhsakdeo</id>
<name>Sumedh Sakdeo</name>
<url>https://github.com/sumedhsakdeo</url>
<roles>
<role>Core developer</role>
</roles>
</developer>
<developer>
<id>maluchari</id>
<name>Malini Mahalakshmi Venkatachari</name>
<url>https://github.com/maluchari</url>
<roles>
<role>Core developer</role>
</roles>
</developer>
<developer>
<id>rdsr</id>
<name>Ratandeep Ratti</name>
<url>https://github.com/rdsr</url>
<roles>
<role>Core developer</role>
</roles>
</developer>
</developers>
<scm>
<url>https://github.com/linkedin/iceberg.git</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/linkedin/iceberg/issues</url>
</issueManagement>
<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/linkedin/iceberg/actions</url>
</ciManagement>
<dependencies/>
</project>