nailgun-server-for-scala-plugin

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 and examples.

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.jetbrains
ArtifactId

ArtifactId

nailgun-server-for-scala-plugin
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

nailgun-server-for-scala-plugin
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 and examples.
Project URL

Project URL

https://github.com/JetBrains/nailgun
Project Organization

Project Organization

org.jetbrains
Source Code Management

Source Code Management

https://github.com/JetBrains/nailgun

Download nailgun-server-for-scala-plugin

How to add to project

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

Dependencies

provided (2)

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

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.mockito : mockito-junit-jupiter jar 4.5.1
net.aichler : jupiter-interface jar 0.10.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1.0
1.0.2