GroupId | GroupIdcom.github.veithen.daemon |
---|---|
ArtifactId | ArtifactIddaemon-launcher-protocol |
Version | Version0.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.veithen.daemon/daemon-launcher-protocol/ -->
<dependency>
<groupId>com.github.veithen.daemon</groupId>
<artifactId>daemon-launcher-protocol</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.daemon/daemon-launcher-protocol/
implementation 'com.github.veithen.daemon:daemon-launcher-protocol:0.2.0'
// https://jarcasting.com/artifacts/com.github.veithen.daemon/daemon-launcher-protocol/
implementation ("com.github.veithen.daemon:daemon-launcher-protocol:0.2.0")
'com.github.veithen.daemon:daemon-launcher-protocol:jar:0.2.0'
<dependency org="com.github.veithen.daemon" name="daemon-launcher-protocol" rev="0.2.0">
<artifact name="daemon-launcher-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.daemon', module='daemon-launcher-protocol', version='0.2.0')
)
libraryDependencies += "com.github.veithen.daemon" % "daemon-launcher-protocol" % "0.2.0"
[com.github.veithen.daemon/daemon-launcher-protocol "0.2.0"]