Download nailgun-server-0.9.1.jar file - Jar n

Jar examples for n:nailgun-server

Description

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.

License

Apache-2.0

Build File

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'

Download

Click the following link to download the jar file.

nailgun-server-0.9.1-javadoc.jar
nailgun-server-0.9.1-sources.jar
nailgun-server-0.9.1.jar
nailgun-server-0.9.1.pom



Related Tutorials