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 (C and Python clients available), which handles all I/O. This project contains the server and examples.

License

License

GroupId

GroupId

com.facebook
ArtifactId

ArtifactId

nailgun-all
Last Version

Last Version

1.0.1
Release Date

Release Date

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 (C and Python clients available), which handles all I/O. This project contains the server and examples.
Project URL

Project URL

http://github.com/facebook/nailgun

Download nailgun-all

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

How to add to project

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

Facebook

We are working to build community through open source technology. NB: members must have two-factor auth.

Versions

Version
1.0.1
1.0.0