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