Last Version

nailgun-examples 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 EXAMPLE CODE ONLY.

License

License

GroupId

GroupId

com.martiansoftware
ArtifactId

ArtifactId

nailgun-examples
Version

Version

0.9.1
Type

Type

jar
Description

Description

nailgun-examples
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 EXAMPLE CODE ONLY.
Project URL

Project URL

http://martiansoftware.com/nailgun

Download nailgun-examples 0.9.1


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

Dependencies

compile (1)

Group / Artifact Type Version
com.martiansoftware : nailgun-server jar 0.9.1

Project Modules

There are no modules declared in this project.