r

remoteJUnit-codeRunnerServer

Files download
File Operation
remoteJUnit-codeRunnerServer-1.0.jar download
remoteJUnit-codeRunnerServer-1.0.pom download
remoteJUnit-codeRunnerServer-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ruediste.remoteJUnit</groupId>
  <artifactId>remoteJUnit-codeRunnerServer</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.ruediste.remoteJUnit:remoteJUnit-codeRunnerServer:1.0'
Gradle Kotlin
implementation("com.github.ruediste.remoteJUnit:remoteJUnit-codeRunnerServer:1.0")
Scala SBT
libraryDependencies += "com.github.ruediste.remoteJUnit" % "remoteJUnit-codeRunnerServer" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ruediste.remoteJUnit', module='remoteJUnit-codeRunnerServer', version='1.0')
)
Apache Ivy
<dependency org="com.github.ruediste.remoteJUnit" name="remoteJUnit-codeRunnerServer" rev="1.0" />
Leiningen
[com.github.ruediste.remoteJUnit/remoteJUnit-codeRunnerServer "1.0"]
Apache Buildr
'com.github.ruediste.remoteJUnit:remoteJUnit-codeRunnerServer:jar:1.0'