refined_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.tpolecat</groupId> <artifactId>refined_2.12</artifactId> <version>0.6.0-RC2</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>org.tpolecat</groupId> <artifactId>refined_2.12</artifactId> <packaging>jar</packaging> <description>refined</description> <url>https://github.com/typelevel/skunk</url> <version>0.6.0-RC2</version> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <name>refined</name> <inceptionYear>2023</inceptionYear> <organization> <name>Typelevel</name> <url>https://typelevel.org</url> </organization> <scm> <url>https://github.com/typelevel/skunk</url> <connection>scm:git:https://github.com/typelevel/skunk.git</connection> <developerConnection>scm:git:git@github.com:typelevel/skunk.git</developerConnection> </scm> <developers> <developer> <id>tpolecat</id> <name>Rob Norris</name> <url>http://www.tpolecat.org</url> <email>rob_norris@mac.com</email> </developer> </developers> <properties> <info.apiURL>https://www.javadoc.io/doc/org.tpolecat/refined_2.12/0.6.0-RC2/</info.apiURL> <info.versionScheme>early-semver</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.12.17</version> </dependency> <dependency> <groupId>org.tpolecat</groupId> <artifactId>skunk-core_2.12</artifactId> <version>0.6.0-RC2</version> </dependency> <dependency> <groupId>eu.timepit</groupId> <artifactId>refined_2.12</artifactId> <version>0.10.3</version> </dependency> </dependencies> </project>