nailgun-server-for-scala-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jetbrains</groupId> <artifactId>nailgun-server-for-scala-plugin</artifactId> <version>1.3.1</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>org.jetbrains</groupId> <artifactId>nailgun-server-for-scala-plugin</artifactId> <packaging>jar</packaging> <description>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.</description> <url>https://github.com/JetBrains/nailgun</url> <version>1.3.1</version> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>nailgun-server-for-scala-plugin</name> <organization> <name>org.jetbrains</name> <url>https://github.com/JetBrains/nailgun</url> </organization> <scm> <url>https://github.com/JetBrains/nailgun</url> <connection>scm:git:git@github.com:JetBrains/nailgun.git</connection> <developerConnection>scm:git:git@github.com:JetBrains/nailgun.git</developerConnection> </scm> <developers> <developer> <id>facebook</id> <name>Facebook</name> <url>https://github.com/facebook</url> </developer> <developer> <id>jetbrains</id> <name>JetBrains</name> <url>https://github.com/JetBrains</url> </developer> </developers> <dependencies> <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> <version>5.12.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna-platform</artifactId> <version>5.12.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> <version>4.11.0</version> <scope>test</scope> </dependency> <dependency> <groupId>net.aichler</groupId> <artifactId>jupiter-interface</artifactId> <version>0.11.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> <version>5.9.1</version> <scope>test</scope> </dependency> </dependencies> </project>