stream-loader-iceberg_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.adform</groupId> <artifactId>stream-loader-iceberg_2.13</artifactId> <version>0.3.1</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project 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" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>com.adform</groupId> <artifactId>stream-loader-iceberg_2.13</artifactId> <packaging>jar</packaging> <description>stream-loader-iceberg</description> <url>https://github.com/adform/stream-loader</url> <version>0.3.1</version> <licenses> <license> <name>MPL-2.0</name> <url>http://mozilla.org/MPL/2.0/</url> <distribution>repo</distribution> </license> </licenses> <name>stream-loader-iceberg</name> <inceptionYear>2020</inceptionYear> <organization> <name>Adform</name> <url>https://github.com/adform/stream-loader</url> </organization> <scm> <url>https://github.com/adform/stream-loader</url> <connection>scm:git:git@github.com:adform/stream-loader.git</connection> </scm> <developers> <developer> <id>sauliusvl</id> <name>Saulius Valatka</name> <url>https://github.com/sauliusvl</url> <email>saulius.vl@gmail.com</email> </developer> </developers> <properties> <info.versionScheme>early-semver</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.14</version> </dependency> <dependency> <groupId>com.adform</groupId> <artifactId>stream-loader-core_2.13</artifactId> <version>0.3.1</version> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> <version>3.4.0</version> </dependency> <dependency> <groupId>org.apache.iceberg</groupId> <artifactId>iceberg-core</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>org.apache.iceberg</groupId> <artifactId>iceberg-data</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>org.apache.iceberg</groupId> <artifactId>iceberg-parquet</artifactId> <version>1.6.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.13</artifactId> <version>3.2.19</version> <scope>test</scope> </dependency> </dependencies> </project>