mill-tpolecat_mill0.9_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.davidgregory084</groupId> <artifactId>mill-tpolecat_mill0.9_2.13</artifactId> <version>0.3.2</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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <name>mill-tpolecat_mill0.9_2.13</name> <groupId>io.github.davidgregory084</groupId> <artifactId>mill-tpolecat_mill0.9_2.13</artifactId> <packaging>jar</packaging> <description>scalac options for the enlightened</description> <version>0.3.2</version> <url>https://github.com/DavidGregory084/mill-tpolecat</url> <licenses> <license> <name>Apache-2.0</name> <url>https://spdx.org/licenses/Apache-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git://github.com/DavidGregory084/mill-tpolecat.git</connection> <developerConnection>scm:git:ssh://git@github.com:DavidGregory084/mill-tpolecat.git</developerConnection> <url>https://github.com/DavidGregory084/mill-tpolecat</url> </scm> <developers> <developer> <id>DavidGregory084</id> <name>David Gregory</name> <url>https://github.com/DavidGregory084</url> </developer> </developers> <properties> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.10</version> </dependency> <dependency> <groupId>com.lihaoyi</groupId> <artifactId>mill-scalalib_2.13</artifactId> <version>0.9.12</version> <scope>provided</scope> </dependency> </dependencies> </project>