refined_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.tpolecat</groupId>
<artifactId>refined_3</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_3</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_3/0.6.0-RC2/</info.apiURL>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.tpolecat</groupId>
<artifactId>skunk-core_3</artifactId>
<version>0.6.0-RC2</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.2.2</version>
</dependency>
<dependency>
<groupId>eu.timepit</groupId>
<artifactId>refined_3</artifactId>
<version>0.10.3</version>
</dependency>
</dependencies>
</project>