Last Version

org.ninjaframework:ninja-standalone 6.9.0

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.

License

License

Categories

Categories

Ninja User Interface Web Frameworks
GroupId

GroupId

org.ninjaframework
ArtifactId

ArtifactId

ninja-standalone
Version

Version

6.9.0
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://www.ninjaframework.org

Download ninja-standalone 6.9.0


<!-- https://jarcasting.com/artifacts/org.ninjaframework/ninja-standalone/ -->
<dependency>
    <groupId>org.ninjaframework</groupId>
    <artifactId>ninja-standalone</artifactId>
    <version>6.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ninjaframework/ninja-standalone/
implementation 'org.ninjaframework:ninja-standalone:6.9.0'
// https://jarcasting.com/artifacts/org.ninjaframework/ninja-standalone/
implementation ("org.ninjaframework:ninja-standalone:6.9.0")
'org.ninjaframework:ninja-standalone:jar:6.9.0'
<dependency org="org.ninjaframework" name="ninja-standalone" rev="6.9.0">
  <artifact name="ninja-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ninjaframework', module='ninja-standalone', version='6.9.0')
)
libraryDependencies += "org.ninjaframework" % "ninja-standalone" % "6.9.0"
[org.ninjaframework/ninja-standalone "6.9.0"]

Dependencies

compile (7)

Group / Artifact Type Version
org.ninjaframework : ninja-servlet jar 6.9.0
org.eclipse.jetty : jetty-server jar 9.4.44.v20210927
org.eclipse.jetty : jetty-servlet jar 9.4.44.v20210927
org.eclipse.jetty : jetty-xml jar 9.4.44.v20210927
org.eclipse.jetty.websocket : javax-websocket-server-impl jar 9.4.44.v20210927
javax.servlet : javax.servlet-api jar 4.0.1
javax.websocket : javax.websocket-api jar 1.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.2
com.github.kevinsawicki : http-request jar 6.0
com.neovisionaries : nv-websocket-client jar 2.3

Project Modules

There are no modules declared in this project.