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

License

License

GroupId

GroupId

com.facebook
ArtifactId

ArtifactId

nailgun-examples
Last Version

Last Version

1.0.1
Release Date

Release Date

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

Project URL

http://github.com/facebook/nailgun

Download nailgun-examples

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.facebook : nailgun-server jar 1.0.1

Project Modules

There are no modules declared in this project.
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