alphabet-soup-macros_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.alterego7</groupId>
<artifactId>alphabet-soup-macros_2.13</artifactId>
<version>0.4.0</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.alterego7</groupId>
<artifactId>alphabet-soup-macros_2.13</artifactId>
<packaging>jar</packaging>
<description>alphabet-soup-macros</description>
<url>https://github.com/alterego7/alphabet-soup</url>
<version>0.4.0</version>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>alphabet-soup-macros</name>
<organization>
<name>com.github.alterego7</name>
<url>https://github.com/alterego7/alphabet-soup</url>
</organization>
<scm>
<url>https://github.com/AlterEgo7/alphabet-soup</url>
<connection>scm:git@github.com:AlterEgo7/alphabet-soup.git</connection>
</scm>
<developers>
<developer>
<id>AlterEgo7</id>
<name>Sakis Karagiannis</name>
<url>https://github.com/AlterEgo7</url>
<email>sakiskar90@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.5</version>
</dependency>
<dependency>
<groupId>com.chuusai</groupId>
<artifactId>shapeless_2.13</artifactId>
<version>2.3.3</version>
</dependency>
<dependency>
<groupId>org.scalactic</groupId>
<artifactId>scalactic_2.13</artifactId>
<version>3.2.7</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.2.7</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>