Last Version

nailgun-server 1.0.1

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.

License

License

GroupId

GroupId

com.facebook
ArtifactId

ArtifactId

nailgun-server
Version

Version

1.0.1
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://github.com/facebook/nailgun

Download nailgun-server 1.0.1


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

Dependencies

compile (2)

Group / Artifact Type Version
net.java.dev.jna : jna jar 4.5.2
net.java.dev.jna : jna-platform jar 4.5.2

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.2.0
org.mockito : mockito-junit-jupiter jar 2.19.1

Project Modules

There are no modules declared in this project.