Maven repo¶
Enola is primarily a “fully packaged” application, intended for end-users.
Java developers can also use our code from our Maven repository at https://docs.enola.dev/maven-repo/
.
Accessing the aforementioned URL in a Web Browser will show a 404 (because there is no index.html
), but Maven-like build tools can download artifacts from there.
We currently only publish dev.enola:enola:0.0.1-SNAPSHOT
, and may publish finer grained ones in the future. Please open an issue to request making smaller JARs available if you have an interest in and would use any of our packages as simple separate standalone libraries.
The dependencies of JAR are either on Maven Central or JitPack; your Maven resolver needs to be configured for both.
Both the JBang demo and the launch via JBang use this repo.