s

schedule-dashboard

This application will create a dashboard for schedules in your java application . From the schedule dashboard you can monitor your schedule and also you can run a particular schedule before its next run time.
https://github.com/VarshaUpadhyay/ScheduleDashboard
MIT License
Varsha Upadhyay
文件下载
文件名 操作
schedule-dashboard-1.0.2.jar 下载
schedule-dashboard-1.0.2.pom 下载
schedule-dashboard-1.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.varshaupadhyay</groupId>
  <artifactId>schedule-dashboard</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.varshaupadhyay:schedule-dashboard:1.0.2'
Gradle Kotlin
implementation("com.github.varshaupadhyay:schedule-dashboard:1.0.2")
Scala SBT
libraryDependencies += "com.github.varshaupadhyay" % "schedule-dashboard" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.varshaupadhyay', module='schedule-dashboard', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.varshaupadhyay" name="schedule-dashboard" rev="1.0.2" />
Leiningen
[com.github.varshaupadhyay/schedule-dashboard "1.0.2"]
Apache Buildr
'com.github.varshaupadhyay:schedule-dashboard:jar:1.0.2'