fun-stack-lambda-http-rpc_sjs1_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.fun-stack</groupId>
<artifactId>fun-stack-lambda-http-rpc_sjs1_2.13</artifactId>
<version>0.9.23</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.fun-stack</groupId>
<artifactId>fun-stack-lambda-http-rpc_sjs1_2.13</artifactId>
<packaging>jar</packaging>
<description>fun-stack-lambda-http-rpc</description>
<url>https://github.com/fun-stack/fun-stack-scala</url>
<version>0.9.23</version>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>fun-stack-lambda-http-rpc</name>
<organization>
<name>io.github.fun-stack</name>
<url>https://github.com/fun-stack/fun-stack-scala</url>
</organization>
<scm>
<url>https://github.com/fun-stack/fun-stack-scala</url>
<connection>scm:git:git@github.com:fun-stack/fun-stack-scala.git</connection>
<developerConnection>scm:git:git@github.com:fun-stack/fun-stack-scala.git</developerConnection>
</scm>
<developers>
<developer>
<id>jkaroff</id>
<name>Johannes Karoff</name>
<url>https://github.com/cornerman</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.12</version>
</dependency>
<dependency>
<groupId>io.github.fun-stack</groupId>
<artifactId>fun-stack-core_sjs1_2.13</artifactId>
<version>0.9.23</version>
</dependency>
<dependency>
<groupId>io.github.fun-stack</groupId>
<artifactId>fun-stack-lambda-apigateway_sjs1_2.13</artifactId>
<version>0.9.23</version>
</dependency>
<dependency>
<groupId>org.scala-js</groupId>
<artifactId>scalajs-library_2.13</artifactId>
<version>1.14.0</version>
</dependency>
<dependency>
<groupId>org.scala-js</groupId>
<artifactId>scalajs-test-bridge_2.13</artifactId>
<version>1.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_sjs1_2.13</artifactId>
<version>3.2.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.cornerman</groupId>
<artifactId>sloth_sjs1_2.13</artifactId>
<version>0.7.1</version>
</dependency>
</dependencies>
</project>