is not current version
Last Version 1.1.1

org.jetbrains:nailgun-server-for-scala-plugin 1.1.0

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.

Categories

Categories

Scala Languages
GroupId

GroupId

org.jetbrains
ArtifactId

ArtifactId

nailgun-server-for-scala-plugin
Version

Version

1.1.0
Type

Type

jar

Download nailgun-server-for-scala-plugin 1.1.0


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