typed-map_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.novamage</groupId>
<artifactId>typed-map_2.12</artifactId>
<version>1.0.0-alpha.1</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.novamage</groupId>
<artifactId>typed-map_2.12</artifactId>
<packaging>jar</packaging>
<description>Utility package providing a Map with typed keys for type-safe sotrage and retrievals without casts</description>
<url>https://github.com/NovaMage/typed-map</url>
<version>1.0.0-alpha.1</version>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/NovaMage/typed-map/blob/main/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>Typed Map</name>
<organization>
<name>com.github.novamage</name>
<url>https://github.com/NovaMage/typed-map</url>
</organization>
<scm>
<url>https://github.com/NovaMage/typed-map</url>
<connection>scm:git@github.com:NovaMage/typed-map.git</connection>
</scm>
<developers>
<developer>
<id>NovaMage</id>
<name>Ángel Felipe Blanco Guzmán</name>
<url>https://github.com/NovaMage</url>
<email>angel.softworks@gmail.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>semver-spec</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.18</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.2.16</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-funspec_2.12</artifactId>
<version>3.2.16</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>mockito-4-11_2.12</artifactId>
<version>3.2.16.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>