Skip to content

org.ninjaframework.ninja-standalone 7.0.0-mangomint Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>org.ninjaframework</groupId>
  <artifactId>ninja-standalone</artifactId>
  <version>7.0.0-mangomint</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

    This package contains a class that runs Ninja inside an embedded Jetty.
    Very useful for making a fat library that contains Ninja and Jetty as a service
    and can be run by one command.
    The embedded Jetty also powers the test utilities' embedded Testserver.