com.andrewmcveigh/plugin-select2

Select2 packaged as a Servlet 3.0 plugin. With a couple of clojure/hiccup helpers.

Leiningen/Boot

[com.andrewmcveigh/plugin-select2 "0.1.0"]

Clojure CLI/deps.edn

com.andrewmcveigh/plugin-select2 {:mvn/version "0.1.0"}

Gradle

implementation("com.andrewmcveigh:plugin-select2:0.1.0")

Maven

<dependency>
  <groupId>com.andrewmcveigh</groupId>
  <artifactId>plugin-select2</artifactId>
  <version>0.1.0</version>
</dependency>