libraryDependencies += "net.liftweb" %% "lift-json-ext" % "3.3.0"

Mill build tool

ivy"net.liftweb::lift-json-ext:3.3.0"

Scala CLI

//> using dep "net.liftweb::lift-json-ext:3.3.0"

Ammonite REPL

import $ivy.`net.liftweb::lift-json-ext:3.3.0`

<dependency>
  <groupId>net.liftweb</groupId>
  <artifactId>lift-json-ext_2.11</artifactId>
  <version>3.3.0</version>
</dependency>

compile group: 'net.liftweb', name: 'lift-json-ext_2.11', version: '3.3.0'