carpe / scalambda   6.4.0

Website GitHub

Toolkit for building/deploying Lambda Functions with SBT

Scala versions: 2.12
sbt plugins: 1.0

scalambda-core 4.0.1


Group ID:
io.carpe
Artifact ID:
scalambda-core_2.12
Version:
4.0.1
Release Date:
Jun 16, 2020
Licenses:
Files:

libraryDependencies += "io.carpe" %% "scalambda-core" % "4.0.1"

Mill build tool

ivy"io.carpe::scalambda-core:4.0.1"

Scala CLI

//> using dep "io.carpe::scalambda-core:4.0.1"

Ammonite REPL

import $ivy.`io.carpe::scalambda-core:4.0.1`

<dependency>
  <groupId>io.carpe</groupId>
  <artifactId>scalambda-core_2.12</artifactId>
  <version>4.0.1</version>
</dependency>

compile group: 'io.carpe', name: 'scalambda-core_2.12', version: '4.0.1'