MVN

com.facebook : nailgun-all

Maven & Gradle

Nov 15, 2019
735 stars

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.

<dependency>
    <groupId>com.facebook</groupId>
    <artifactId>nailgun-all</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.facebook : nailgun-all to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.facebook : nailgun-all to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
nailgun-all-1.0.1
nailgun-all-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.facebook</groupId>
    <artifactId>nailgun-all</artifactId>
    <version>1.0.1</version>
</dependency>

Advertisement