kancolle-clj

Clojure kancolle api wrapper with some samples.

Leiningen/Boot

[kancolle-clj "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

kancolle-clj/kancolle-clj {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("kancolle-clj:kancolle-clj:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>kancolle-clj</groupId>
  <artifactId>kancolle-clj</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>