| License |
License |
|---|---|
| GroupId | GroupIdcom.github.veithen.daemon |
| ArtifactId | ArtifactIddaemon-launcher |
| Last Version | Last Version0.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDaemon Launcher
Used by daemon-maven-plugin to launch a Commons Daemon implementation.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| daemon-launcher-0.3.1.pom | |
| daemon-launcher-0.3.1.jar | 6 KB |
| daemon-launcher-0.3.1-sources.jar | 7 KB |
| daemon-launcher-0.3.1-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.veithen.daemon/daemon-launcher/ -->
<dependency>
<groupId>com.github.veithen.daemon</groupId>
<artifactId>daemon-launcher</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.daemon/daemon-launcher/
implementation 'com.github.veithen.daemon:daemon-launcher:0.3.1'
// https://jarcasting.com/artifacts/com.github.veithen.daemon/daemon-launcher/
implementation ("com.github.veithen.daemon:daemon-launcher:0.3.1")
'com.github.veithen.daemon:daemon-launcher:jar:0.3.1'
<dependency org="com.github.veithen.daemon" name="daemon-launcher" rev="0.3.1">
<artifact name="daemon-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.daemon', module='daemon-launcher', version='0.3.1')
)
libraryDependencies += "com.github.veithen.daemon" % "daemon-launcher" % "0.3.1"
[com.github.veithen.daemon/daemon-launcher "0.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.veithen.daemon : daemon-api | jar | 0.3.1 |
| com.github.veithen.daemon : daemon-launcher-protocol | jar | 0.3.1 |