org.immutant/overlay

Overlays features from one JBoss AS7 installation onto another

Leiningen/Boot

[org.immutant/overlay "1.5.2-SNAPSHOT"]

Clojure CLI/deps.edn

org.immutant/overlay {:mvn/version "1.5.2-SNAPSHOT"}

Gradle

implementation("org.immutant:overlay:1.5.2-SNAPSHOT")

Maven

<dependency>
  <groupId>org.immutant</groupId>
  <artifactId>overlay</artifactId>
  <version>1.5.2-SNAPSHOT</version>
</dependency>