gcs-scala-core_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.tkrs</groupId> <artifactId>gcs-scala-core_2.11</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.github.tkrs</groupId> <artifactId>gcs-scala-core_2.11</artifactId> <packaging>jar</packaging> <description>gcs-scala core</description> <url>https://github.com/tkrs/gcs-scala</url> <version>0.3.1</version> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> <distribution>repo</distribution> </license> </licenses> <name>core</name> <organization> <name>com.github.tkrs</name> <url>https://github.com/tkrs/gcs-scala</url> </organization> <scm> <url>https://github.com/tkrs/gcs-scala</url> <connection>scm:git:git@github.com:tkrs/gcs-scala.git</connection> </scm> <developers> <developer> <id>tkrs</id> <name>Takeru Sato</name> <url>https://github.com/tkrs</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.12</version> </dependency> <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-storage</artifactId> <version>1.16.0</version> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>cats-core_2.11</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.11</artifactId> <version>3.0.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_2.11</artifactId> <version>1.13.5</version> <scope>test</scope> </dependency> </dependencies> </project>