is not current version
Last Version 1.0.1

com.facebook:nailgun-server 1.0.0

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

GroupId

GroupId

com.facebook
ArtifactId

ArtifactId

nailgun-server
Version

Version

1.0.0
Type

Type

jar

Download nailgun-server 1.0.0


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