n

nailgun-server

Nailgun is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead. Programs run in the server (which is implemented in Java), and are triggered by the client (written in C), which handles all I/O. This project contains the SERVER ONLY.
http://martiansoftware.com/nailgun
Files download
File Operation
nailgun-server-0.9.1.jar download
nailgun-server-0.9.1.pom download
nailgun-server-0.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.martiansoftware</groupId>
  <artifactId>nailgun-server</artifactId>
  <version>0.9.1</version>
</dependency>
Gradle Groovy
implementation 'com.martiansoftware:nailgun-server:0.9.1'
Gradle Kotlin
implementation("com.martiansoftware:nailgun-server:0.9.1")
Scala SBT
libraryDependencies += "com.martiansoftware" % "nailgun-server" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='com.martiansoftware', module='nailgun-server', version='0.9.1')
)
Apache Ivy
<dependency org="com.martiansoftware" name="nailgun-server" rev="0.9.1" />
Leiningen
[com.martiansoftware/nailgun-server "0.9.1"]
Apache Buildr
'com.martiansoftware:nailgun-server:jar:0.9.1'