com.ryanmcg/incise-vm-layout

The base layout I use for my personal website.

Leiningen/Boot

[com.ryanmcg/incise-vm-layout "0.5.0"]

Clojure CLI/deps.edn

com.ryanmcg/incise-vm-layout {:mvn/version "0.5.0"}

Gradle

implementation("com.ryanmcg:incise-vm-layout:0.5.0")

Maven

<dependency>
  <groupId>com.ryanmcg</groupId>
  <artifactId>incise-vm-layout</artifactId>
  <version>0.5.0</version>
</dependency>