Jar examples for 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.
You can download jar file nailgun-server 0.9.1 in this page.
Apache-2.0
You can use the following script to add nailgun-server-0.9.1.jar to your project.
<dependency> <groupId>com.martiansoftware</groupId> <artifactId>nailgun-server</artifactId> <version>0.9.1</version> </dependency>
compile group: 'com.martiansoftware', name: 'nailgun-server', version: '0.9.1'
libraryDependencies += "com.martiansoftware" % "nailgun-server" % "0.9.1"
<dependency org="com.martiansoftware" name="nailgun-server" rev="0.9.1"/>
@Grapes(@Grab(group='com.martiansoftware', module='nailgun-server', version='0.9.1'))
'com.martiansoftware:nailgun-server:jar:0.9.1'
Click the following link to download the jar file.
nailgun-server-0.9.1-javadoc.jar