etlflow-cloud_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.tharwaninitin</groupId> <artifactId>etlflow-cloud_3</artifactId> <version>0.14.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.github.tharwaninitin</groupId> <artifactId>etlflow-cloud_3</artifactId> <packaging>jar</packaging> <description>Functional, Composable library in Scala for writing ETL jobs</description> <url>https://github.com/tharwaninitin/etlflow</url> <version>0.14.1</version> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>etlflow-cloud</name> <organization> <name>github</name> <url>https://github.com/tharwaninitin/etlflow</url> </organization> <scm> <url>https://github.com/tharwaninitin/etlflow</url> <connection>scm:git@github.com:tharwaninitin/etlflow.git</connection> </scm> <developers> <developer> <id>tharwaninitin</id> <name>Nitin Tharwani</name> <url>https://github.com/tharwaninitin</url> <email>tharwaninitin182@gmail.com</email> </developer> </developers> <dependencies> <dependency> <groupId>com.github.tharwaninitin</groupId> <artifactId>etlflow-core_3</artifactId> <version>0.14.1</version> </dependency> <dependency> <groupId>com.github.tharwaninitin</groupId> <artifactId>etlflow-gcp_3</artifactId> <version>0.14.1</version> </dependency> <dependency> <groupId>com.github.tharwaninitin</groupId> <artifactId>etlflow-aws_3</artifactId> <version>0.14.1</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.1.0</version> </dependency> <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-collection-compat_3</artifactId> <version>2.6.0</version> </dependency> <dependency> <groupId>dev.zio</groupId> <artifactId>zio_3</artifactId> <version>1.0.13</version> </dependency> <dependency> <groupId>dev.zio</groupId> <artifactId>zio-interop-cats_3</artifactId> <version>3.2.9.0</version> </dependency> <dependency> <groupId>co.fs2</groupId> <artifactId>fs2-core_3</artifactId> <version>3.2.4</version> </dependency> <dependency> <groupId>co.fs2</groupId> <artifactId>fs2-io_3</artifactId> <version>3.2.4</version> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>cats-core_3</artifactId> <version>2.7.0</version> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>cats-effect_3</artifactId> <version>3.3.4</version> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>cats-effect-kernel_3</artifactId> <version>3.3.4</version> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>cats-effect-std_3</artifactId> <version>3.3.4</version> </dependency> <dependency> <groupId>com.github.fs2-blobstore</groupId> <artifactId>s3_3</artifactId> <version>0.9.5</version> </dependency> <dependency> <groupId>com.github.fs2-blobstore</groupId> <artifactId>gcs_3</artifactId> <version>0.9.5</version> </dependency> <dependency> <groupId>dev.zio</groupId> <artifactId>zio-test_3</artifactId> <version>1.0.13</version> <scope>test</scope> </dependency> <dependency> <groupId>dev.zio</groupId> <artifactId>zio-test-sbt_3</artifactId> <version>1.0.13</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.cloud.bigdataoss</groupId> <artifactId>gcs-connector</artifactId> <version>1.9.4-hadoop3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-aws</artifactId> <version>3.3.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> <version>3.3.1</version> <scope>test</scope> </dependency> </dependencies> </project>