me.flowthing/pipehat

Pipehat (|^) is a zero-dependency Clojure library for reading and writing HL7 version 2 messages encoded using vertical bar ("pipehat") encoding.

Leiningen/Boot

[me.flowthing/pipehat "1.0.1"]

Clojure CLI/deps.edn

me.flowthing/pipehat {:mvn/version "1.0.1"}

Gradle

implementation("me.flowthing:pipehat:1.0.1")

Maven

<dependency>
  <groupId>me.flowthing</groupId>
  <artifactId>pipehat</artifactId>
  <version>1.0.1</version>
</dependency>