org.clojars.jj/iso-countries

iso-countries is a Clojure library designed to provide easy access to comprehensive ISO 3166-1 country data. This library aims to simplify the process of retrieving country-specific information, including official names, alpha-2 and alpha-3 codes, numeric codes, regional classifications, and unicode flags.

Leiningen/Boot

[org.clojars.jj/iso-countries "1.2.0"]

Clojure CLI/deps.edn

org.clojars.jj/iso-countries {:mvn/version "1.2.0"}

Gradle

implementation("org.clojars.jj:iso-countries:1.2.0")

Maven

<dependency>
  <groupId>org.clojars.jj</groupId>
  <artifactId>iso-countries</artifactId>
  <version>1.2.0</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.