MVN

com.facebook : nailgun-server

Maven & Gradle

Nov 14, 2019
3 usages
735 stars

nailgun-server · 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.

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

Latest Version

Choose a version of com.facebook : nailgun-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.facebook : nailgun-server to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

Add the following com.facebook : nailgun-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.facebook : nailgun-server gradle dependency to your build.gradle file:

implementation 'com.facebook:nailgun-server:1.0.1'

Gradle Kotlin DSL: Add the following com.facebook : nailgun-server gradle kotlin dependency to your build.gradle.kts file:

implementation("com.facebook:nailgun-server:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.facebook : nailgun-server sbt scala dependency to your build.sbt file:

libraryDependencies += "com.facebook" % "nailgun-server" % "1.0.1"

Advertisement

Dependencies from Group

Nov 14, 2019
3 usages
735 stars
Dec 07, 2016
23 stars
Jun 27, 2017
5.3k stars
Nov 15, 2019
735 stars
Nov 15, 2019
735 stars

Discover Dependencies

Feb 28, 2023
2 usages
79 stars
Nov 02, 2018
1 usages
Aug 25, 2023
4 usages
3.9k stars
jGo
Mar 01, 2019
0 stars
Aug 21, 2023
86 usages
7.7k stars