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.

License

License

GroupId

GroupId

com.martiansoftware
ArtifactId

ArtifactId

nailgun-server
Last Version

Last Version

0.9.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://martiansoftware.com/nailgun

Download nailgun-server

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.1