com.nefariouszhen.alert.ScalaApplication.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmpp-alert Show documentation
Show all versions of xmpp-alert Show documentation
A tool to send an IM alert from a script.
The newest version!
package com.nefariouszhen.alert
import io.dropwizard.Configuration
import io.dropwizard.Application
abstract class ScalaApplication[T <: Configuration] extends Application[T] {
final def main(args: Array[String]) {
run(args: _*)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy