Skip to content

taskexec/framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

task_execution

Add dependency in pom.xml

<dependency>
	<groupId>io.github.taskexec</groupId>
	<artifactId>framework</artifactId>
	<version>1.0.0</version>
</dependency>

public static void main(String[] args) {
        TaskScheduler ts = new TaskScheduler(ExampleOpt.class, args);
        ts.scheduleTask();
}

image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages