code-star / sbt-azure-functions-plugin   0.4.4

MIT License GitHub

Experimental plugin for sbt to create Azure Function artefacts (function.json) needed to publish code as an Azure Function.

Scala versions: 2.12
sbt plugins: 1.x

sbt-azure-functions 0.4.0


Group ID:
nl.codestar
Artifact ID:
sbt-azure-functions
Version:
0.4.0
Release Date:
Jan 8, 2021
Licenses:
Files:

libraryDependencies += "nl.codestar" % "sbt-azure-functions" % "0.4.0"

Mill build tool

ivy"nl.codestar:sbt-azure-functions:0.4.0"

Scala CLI

//> using dep "nl.codestar:sbt-azure-functions:0.4.0"

Ammonite REPL

import $ivy.`nl.codestar:sbt-azure-functions:0.4.0`

<dependency>
  <groupId>nl.codestar</groupId>
  <artifactId>sbt-azure-functions</artifactId>
  <version>0.4.0</version>
</dependency>

compile group: 'nl.codestar', name: 'sbt-azure-functions', version: '0.4.0'