Last Version

nailgun-all 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 and examples.

License

License

GroupId

GroupId

com.martiansoftware
ArtifactId

ArtifactId

nailgun-all
Version

Version

0.9.1
Type

Type

pom
Description

Description

nailgun-all
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 and examples.
Project URL

Project URL

http://martiansoftware.com/nailgun

Download nailgun-all 0.9.1

Filename Size
nailgun-all-0.9.1.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.martiansoftware/nailgun-all/ -->
<dependency>
    <groupId>com.martiansoftware</groupId>
    <artifactId>nailgun-all</artifactId>
    <version>0.9.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.martiansoftware/nailgun-all/
implementation 'com.martiansoftware:nailgun-all:0.9.1'
// https://jarcasting.com/artifacts/com.martiansoftware/nailgun-all/
implementation ("com.martiansoftware:nailgun-all:0.9.1")
'com.martiansoftware:nailgun-all:pom:0.9.1'
<dependency org="com.martiansoftware" name="nailgun-all" rev="0.9.1">
  <artifact name="nailgun-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.martiansoftware', module='nailgun-all', version='0.9.1')
)
libraryDependencies += "com.martiansoftware" % "nailgun-all" % "0.9.1"
[com.martiansoftware/nailgun-all "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

  • nailgun-server
  • nailgun-examples