License |
License |
---|---|
GroupId | GroupIdcom.martiansoftware |
ArtifactId | ArtifactIdnailgun-examples |
Last Version | Last Version0.9.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 (written in C), which handles all I/O.
This project contains the EXAMPLE CODE ONLY.
|
Project URL |
Project URL |
Filename | Size |
---|---|
nailgun-examples-0.9.1.pom | |
nailgun-examples-0.9.1.jar | 9 KB |
nailgun-examples-0.9.1-sources.jar | 9 KB |
nailgun-examples-0.9.1-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.martiansoftware/nailgun-examples/ -->
<dependency>
<groupId>com.martiansoftware</groupId>
<artifactId>nailgun-examples</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.martiansoftware/nailgun-examples/
implementation 'com.martiansoftware:nailgun-examples:0.9.1'
// https://jarcasting.com/artifacts/com.martiansoftware/nailgun-examples/
implementation ("com.martiansoftware:nailgun-examples:0.9.1")
'com.martiansoftware:nailgun-examples:jar:0.9.1'
<dependency org="com.martiansoftware" name="nailgun-examples" rev="0.9.1">
<artifact name="nailgun-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.martiansoftware', module='nailgun-examples', version='0.9.1')
)
libraryDependencies += "com.martiansoftware" % "nailgun-examples" % "0.9.1"
[com.martiansoftware/nailgun-examples "0.9.1"]
Group / Artifact | Type | Version |
---|---|---|
com.martiansoftware : nailgun-server | jar | 0.9.1 |