License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdorg.jetbrains |
ArtifactId | ArtifactIdnailgun-server-for-scala-plugin |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnailgun-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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.jna : jna | jar | 5.11.0 |
net.java.dev.jna : jna-platform | jar | 5.11.0 |
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 |