taigless-hashing_sjs1_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.taig</groupId>
<artifactId>taigless-hashing_sjs1_2.12</artifactId>
<version>0.1.13</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>io.taig</groupId>
<artifactId>taigless-hashing_sjs1_2.12</artifactId>
<packaging>jar</packaging>
<description>taigless-hashing</description>
<url>https://github.com/taig/taigless</url>
<version>0.1.13</version>
<licenses>
<license>
<name>MIT</name>
<url>https://raw.githubusercontent.com/taig/taigless/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>taigless-hashing</name>
<organization>
<name>io.taig</name>
<url>https://taig.io/</url>
</organization>
<scm>
<url>https://gitlab.com/taig/taigless</url>
<connection>git@gitlab.com:taig/taigless.git</connection>
</scm>
<developers>
<developer>
<id>taig</id>
<name>taig</name>
<url>https://gitlab.com/taig</url>
<email>mail@taig.io</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.12</version>
</dependency>
<dependency>
<groupId>org.scala-js</groupId>
<artifactId>scalajs-library_2.12</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.scala-js</groupId>
<artifactId>scalajs-test-bridge_2.12</artifactId>
<version>1.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>simulacrum_2.12</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>