License |
License |
---|---|
GroupId | GroupIdcom.facebook |
ArtifactId | ArtifactIdnailgun-server |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnailgun-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 |
Filename | Size |
---|---|
nailgun-server-1.0.1.pom | |
nailgun-server-1.0.1.jar | 72 KB |
nailgun-server-1.0.1-uber.jar | 2 MB |
nailgun-server-1.0.1-sources.jar | 63 KB |
nailgun-server-1.0.1-javadoc.jar | 243 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.jna : jna | jar | 4.5.2 |
net.java.dev.jna : jna-platform | jar | 4.5.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 |
org.mockito : mockito-junit-jupiter | jar | 2.19.1 |