| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.facebook | 
    
| ArtifactId | ArtifactIdnailgun-examples | 
    
| Last Version | Last Version1.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionnailgun-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 | 
            
| Filename | Size | 
|---|---|
| nailgun-examples-1.0.1.pom | |
| nailgun-examples-1.0.1.jar | 11 KB | 
| nailgun-examples-1.0.1-sources.jar | 11 KB | 
| nailgun-examples-1.0.1-javadoc.jar | 56 KB | 
| Browse | 
<!-- 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"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.facebook : nailgun-server | jar | 1.0.1 |