<?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>io.frees</groupId> <artifactId>frees-cache_sjs0.6_2.11</artifactId> <packaging>jar</packaging> <description>A Cohesive & Pragmatic Framework of FP centric Scala libraries</description> <url>https://frees-io.github.io/freestyle/</url> <version>0.8.2</version> <licenses> <license> <name>Apache License</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>cache</name> <inceptionYear>2017</inceptionYear> <organization> <name>47 Degrees</name> <url>http://47deg.com</url> </organization> <scm> <url>https://github.com/frees-io/freestyle</url> <connection>scm:git:git@github.com:frees-io/freestyle.git</connection> </scm> <developers> <developer> <id>47degfreestyle</id> <name>47 Degrees (twitter: @47deg)</name> <url>http://github.com/47degfreestyle</url> </developer> </developers> <properties> <info.apiURL>https://frees-io.github.io/freestyle/api/</info.apiURL> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.12</version> </dependency> <dependency> <groupId>io.frees</groupId> <artifactId>frees-core_sjs0.6_2.11</artifactId> <version>0.8.2</version> </dependency> <dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-library_2.11</artifactId> <version>0.6.22</version> </dependency> <dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-test-interface_2.11</artifactId> <version>0.6.22</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalameta</groupId> <artifactId>scalameta_2.11</artifactId> <version>1.8.0</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_sjs0.6_2.11</artifactId> <version>3.0.5</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>io.frees</groupId> <artifactId>frees-cache_sjs0.6_2.11</artifactId> <version>0.8.2</version> </dependency>
io.frees:frees-cache_sjs0.6_2.11:0.8.2