n

ninja-standalone

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.
http://www.ninjaframework.org
文件下载
文件名 操作
ninja-standalone-5.3.1.jar 下载
ninja-standalone-5.3.1.pom 下载
ninja-standalone-5.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.ninjaframework</groupId>
  <artifactId>ninja-standalone</artifactId>
  <version>5.3.1</version>
</dependency>
Gradle Groovy
implementation 'org.ninjaframework:ninja-standalone:5.3.1'
Gradle Kotlin
implementation("org.ninjaframework:ninja-standalone:5.3.1")
Scala SBT
libraryDependencies += "org.ninjaframework" % "ninja-standalone" % "5.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ninjaframework', module='ninja-standalone', version='5.3.1')
)
Apache Ivy
<dependency org="org.ninjaframework" name="ninja-standalone" rev="5.3.1" />
Leiningen
[org.ninjaframework/ninja-standalone "5.3.1"]
Apache Buildr
'org.ninjaframework:ninja-standalone:jar:5.3.1'