scalajs-linker_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.scala-wasm</groupId>
<artifactId>scalajs-linker_2.13</artifactId>
<version>1.21.1-wasm.4</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.github.scala-wasm</groupId>
<artifactId>scalajs-linker_2.13</artifactId>
<packaging>jar</packaging>
<description>Scala.js linker</description>
<url>https://www.scala-js.org/</url>
<version>1.21.1-wasm.4</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>Scala.js linker</name>
<inceptionYear>2013</inceptionYear>
<organization>
<name>io.github.scala-wasm</name>
<url>https://www.scala-js.org/</url>
</organization>
<scm>
<url>https://github.com/scala-wasm/scala-wasm</url>
<connection>scm:git:git@github.com:scala-wasm/scala-wasm.git</connection>
<developerConnection>scm:git:git@github.com:scala-wasm/scala-wasm.git</developerConnection>
</scm>
<developers>
<developer>
<id>sjrd</id>
<name>Sébastien Doeraene</name>
<url>https://github.com/sjrd/</url>
</developer>
<developer>
<id>gzm0</id>
<name>Tobias Schlatter</name>
<url>https://github.com/gzm0/</url>
</developer>
<developer>
<id>nicolasstucki</id>
<name>Nicolas Stucki</name>
<url>https://github.com/nicolasstucki/</url>
</developer>
</developers>
<properties>
<info.apiURL>http://www.scala-js.org/api/scalajs-linker/1.21.1-wasm.4/</info.apiURL>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.18</version>
</dependency>
<dependency>
<groupId>io.github.scala-wasm</groupId>
<artifactId>scalajs-linker-interface_2.13</artifactId>
<version>1.21.1-wasm.4</version>
</dependency>
<dependency>
<groupId>io.github.scala-wasm</groupId>
<artifactId>scalajs-ir_2.13</artifactId>
<version>1.21.1-wasm.4</version>
</dependency>
<dependency>
<groupId>io.github.scala-wasm</groupId>
<artifactId>scalajs-internal-junit-async-jvm-support_2.13</artifactId>
<version>1.21.1-wasm.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.javascript</groupId>
<artifactId>closure-compiler</artifactId>
<version>v20220202</version>
</dependency>
<dependency>
<groupId>com.google.jimfs</groupId>
<artifactId>jimfs</artifactId>
<version>1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scala-js</groupId>
<artifactId>scalajs-env-nodejs_2.13</artifactId>
<version>1.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scala-js</groupId>
<artifactId>scalajs-js-envs-test-kit_2.13</artifactId>
<version>1.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-parallel-collections_2.13</artifactId>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>com.novocode</groupId>
<artifactId>junit-interface</artifactId>
<version>0.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>