P

Poller

Poller uses annotation executes methods after the specified amount of time has passed.
https://github.com/SuperBGLazer/Poller
GPLv3
Breyon Gunn
Files download
File Operation
Poller-1.1.jar download
Poller-1.1.pom download
Poller-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>xyz.lazertechbuilds</groupId>
  <artifactId>Poller</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'xyz.lazertechbuilds:Poller:1.1'
Gradle Kotlin
implementation("xyz.lazertechbuilds:Poller:1.1")
Scala SBT
libraryDependencies += "xyz.lazertechbuilds" % "Poller" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='xyz.lazertechbuilds', module='Poller', version='1.1')
)
Apache Ivy
<dependency org="xyz.lazertechbuilds" name="Poller" rev="1.1" />
Leiningen
[xyz.lazertechbuilds/Poller "1.1"]
Apache Buildr
'xyz.lazertechbuilds:Poller:jar:1.1'