GroupId | GroupIdcom.github.veithen.daemon |
---|---|
ArtifactId | ArtifactIddaemon-launcher |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
daemon-launcher-0.2.0.pom | |
daemon-launcher-0.2.0.jar | 6 KB |
daemon-launcher-0.2.0-sources.jar | 6 KB |
daemon-launcher-0.2.0-javadoc.jar | 391 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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.daemon/daemon-launcher/
implementation 'com.github.veithen.daemon:daemon-launcher:0.2.0'
// https://jarcasting.com/artifacts/com.github.veithen.daemon/daemon-launcher/
implementation ("com.github.veithen.daemon:daemon-launcher:0.2.0")
'com.github.veithen.daemon:daemon-launcher:jar:0.2.0'
<dependency org="com.github.veithen.daemon" name="daemon-launcher" rev="0.2.0">
<artifact name="daemon-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.daemon', module='daemon-launcher', version='0.2.0')
)
libraryDependencies += "com.github.veithen.daemon" % "daemon-launcher" % "0.2.0"
[com.github.veithen.daemon/daemon-launcher "0.2.0"]