org.clojars.ndepalma/jme-game-engine

This version of Java Monkey Engine is packaged as is. Built from revision 11119. It has no dependencies (built as an uberjar). Half apologize for the size, it was a pain getting in to clojars.

Leiningen/Boot

[org.clojars.ndepalma/jme-game-engine "3.0"]

Clojure CLI/deps.edn

org.clojars.ndepalma/jme-game-engine {:mvn/version "3.0"}

Gradle

implementation("org.clojars.ndepalma:jme-game-engine:3.0")

Maven

<dependency>
  <groupId>org.clojars.ndepalma</groupId>
  <artifactId>jme-game-engine</artifactId>
  <version>3.0</version>
</dependency>

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