| GroupId | GroupIdcom.github.mauro-midolo |
|---|---|
| ArtifactId | ArtifactIdWakeOnLanHTTPRest |
| Version | Version2.1.7 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mauro-midolo/WakeOnLanHTTPRest/ -->
<dependency>
<groupId>com.github.mauro-midolo</groupId>
<artifactId>WakeOnLanHTTPRest</artifactId>
<version>2.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mauro-midolo/WakeOnLanHTTPRest/
implementation 'com.github.mauro-midolo:WakeOnLanHTTPRest:2.1.7'
// https://jarcasting.com/artifacts/com.github.mauro-midolo/WakeOnLanHTTPRest/
implementation ("com.github.mauro-midolo:WakeOnLanHTTPRest:2.1.7")
'com.github.mauro-midolo:WakeOnLanHTTPRest:jar:2.1.7'
<dependency org="com.github.mauro-midolo" name="WakeOnLanHTTPRest" rev="2.1.7">
<artifact name="WakeOnLanHTTPRest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mauro-midolo', module='WakeOnLanHTTPRest', version='2.1.7')
)
libraryDependencies += "com.github.mauro-midolo" % "WakeOnLanHTTPRest" % "2.1.7"
[com.github.mauro-midolo/WakeOnLanHTTPRest "2.1.7"]