Scala Daemon Client

For applications that wish to run under scala daemon control

License

License

Categories

Categories

Scala Languages CLI User Interface
GroupId

GroupId

com.github.gavinmead
ArtifactId

ArtifactId

scaladaemon-client
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Scala Daemon Client
For applications that wish to run under scala daemon control

Download scaladaemon-client

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.gavinmead/scaladaemon-client/ -->
<dependency>
    <groupId>com.github.gavinmead</groupId>
    <artifactId>scaladaemon-client</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gavinmead/scaladaemon-client/
implementation 'com.github.gavinmead:scaladaemon-client:0.0.3'
// https://jarcasting.com/artifacts/com.github.gavinmead/scaladaemon-client/
implementation ("com.github.gavinmead:scaladaemon-client:0.0.3")
'com.github.gavinmead:scaladaemon-client:jar:0.0.3'
<dependency org="com.github.gavinmead" name="scaladaemon-client" rev="0.0.3">
  <artifact name="scaladaemon-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gavinmead', module='scaladaemon-client', version='0.0.3')
)
libraryDependencies += "com.github.gavinmead" % "scaladaemon-client" % "0.0.3"
[com.github.gavinmead/scaladaemon-client "0.0.3"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.6

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.1
org.scalatest : scalatest_2.11 jar 2.2.5

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2