Files download
File Operation
scala-server-lambda-tests_2.12-0.4.0.jar download
scala-server-lambda-tests_2.12-0.4.0.pom download
scala-server-lambda-tests_2.12-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.howardjohn</groupId>
  <artifactId>scala-server-lambda-tests_2.12</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.howardjohn:scala-server-lambda-tests_2.12:0.4.0'
Gradle Kotlin
implementation("io.github.howardjohn:scala-server-lambda-tests_2.12:0.4.0")
Scala SBT
libraryDependencies += "io.github.howardjohn" % "scala-server-lambda-tests_2.12" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.howardjohn', module='scala-server-lambda-tests_2.12', version='0.4.0')
)
Apache Ivy
<dependency org="io.github.howardjohn" name="scala-server-lambda-tests_2.12" rev="0.4.0" />
Leiningen
[io.github.howardjohn/scala-server-lambda-tests_2.12 "0.4.0"]
Apache Buildr
'io.github.howardjohn:scala-server-lambda-tests_2.12:jar:0.4.0'