WOL

Wake-On-LAN implementation.

License

License

GroupId

GroupId

com.jamierf
ArtifactId

ArtifactId

wol
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

WOL
Wake-On-LAN implementation.
Project URL

Project URL

https://github.com/reines/wol
Source Code Management

Source Code Management

https://github.com/reines/wol

Download wol

How to add to project

<!-- https://jarcasting.com/artifacts/com.jamierf/wol/ -->
<dependency>
    <groupId>com.jamierf</groupId>
    <artifactId>wol</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jamierf/wol/
implementation 'com.jamierf:wol:0.2'
// https://jarcasting.com/artifacts/com.jamierf/wol/
implementation ("com.jamierf:wol:0.2")
'com.jamierf:wol:jar:0.2'
<dependency org="com.jamierf" name="wol" rev="0.2">
  <artifact name="wol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jamierf', module='wol', version='0.2')
)
libraryDependencies += "com.jamierf" % "wol" % "0.2"
[com.jamierf/wol "0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.9

Project Modules

There are no modules declared in this project.

WOL

A simple Wake-On-LAN implementation.

Build Status Coverage Status Maven Central

WOL can be found in maven central.

Installation

<dependency>
    <groupId>com.jamierf</groupId>
    <artifactId>wol</artifactId>
    <version>...</version>
</dependency>

Usage

WakeOnLan.wake("b8:f6:b1:14:6a:b7");

License

Released under the Apache 2.0 License.

Versions

Version
0.2
0.1