lift-wizard 2.5.4


Group ID:
net.liftweb
Artifact ID:
lift-wizard_2.10
Version:
2.5.4
Release Date:
Feb 21, 2016
Licenses:

libraryDependencies += "net.liftweb" %% "lift-wizard" % "2.5.4"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"net.liftweb::lift-wizard:2.5.4"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "net.liftweb::lift-wizard:2.5.4"

Ammonite REPL

import $ivy.`net.liftweb::lift-wizard:2.5.4`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>net.liftweb</groupId>
  <artifactId>lift-wizard_2.10</artifactId>
  <version>2.5.4</version>
</dependency>

compile group: 'net.liftweb', name: 'lift-wizard_2.10', version: '2.5.4'