| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.facebook |
| Идентификатор | Идентификаторnailgun-examples |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.facebook : nailgun-server | jar | 1.0.1 |