is not current version
Last Version 1.3

com.ftpix:webwatcher 1.0

WebWatcher is a simple library to watch for changes on a website

GroupId

GroupId

com.ftpix
ArtifactId

ArtifactId

webwatcher
Version

Version

1.0
Type

Type

jar

Download webwatcher 1.0


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