Last Version

nailgun-server 0.9.1

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
Version

Version

0.9.1
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 0.9.1


<!-- 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.