MVN

com.facebook : nailgun-examples

Maven & Gradle

Nov 15, 2019
735 stars

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.

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

Latest Version

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

  • Latest Stable: 1.0.1

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement