Download lts-tasktracker-1.7.0.jar file

Introduction

You can download lts-tasktracker-1.7.0.jar in this page.

License

Open Source

Type List

lts-tasktracker-1.7.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.github.ltsopensource/lts-tasktracker/pom.properties
META-INF/maven/com.github.ltsopensource/lts-tasktracker/pom.xml
com.github.ltsopensource.tasktracker.Result.class
com.github.ltsopensource.tasktracker.TaskTracker.class
com.github.ltsopensource.tasktracker.TaskTrackerBuilder.class
com.github.ltsopensource.tasktracker.cmd.JobTerminateCmd.class
com.github.ltsopensource.tasktracker.domain.Response.class
com.github.ltsopensource.tasktracker.domain.TaskTrackerAppContext.class
com.github.ltsopensource.tasktracker.domain.TaskTrackerNode.class
com.github.ltsopensource.tasktracker.expcetion.NoAvailableJobRunnerException.class
com.github.ltsopensource.tasktracker.logger.BizLogger.class
com.github.ltsopensource.tasktracker.logger.BizLoggerAdapter.class
com.github.ltsopensource.tasktracker.logger.BizLoggerFactory.class
com.github.ltsopensource.tasktracker.logger.BizLoggerImpl.class
com.github.ltsopensource.tasktracker.logger.MockBizLogger.class
com.github.ltsopensource.tasktracker.monitor.StopWorkingMonitor.class
com.github.ltsopensource.tasktracker.monitor.TaskTrackerMStatReporter.class
com.github.ltsopensource.tasktracker.processor.AbstractProcessor.class
com.github.ltsopensource.tasktracker.processor.JobAskProcessor.class
com.github.ltsopensource.tasktracker.processor.JobPushProcessor.class
com.github.ltsopensource.tasktracker.processor.RemotingDispatcher.class
com.github.ltsopensource.tasktracker.runner.DefaultRunnerFactory.class
com.github.ltsopensource.tasktracker.runner.InterruptibleJobRunner.class
com.github.ltsopensource.tasktracker.runner.JobContext.class
com.github.ltsopensource.tasktracker.runner.JobExtInfo.class
com.github.ltsopensource.tasktracker.runner.JobRunner.class
com.github.ltsopensource.tasktracker.runner.JobRunnerDelegate.class
com.github.ltsopensource.tasktracker.runner.JobRunnerTester.class
com.github.ltsopensource.tasktracker.runner.LtsLoggerFactory.class
com.github.ltsopensource.tasktracker.runner.RunnerCallback.class
com.github.ltsopensource.tasktracker.runner.RunnerFactory.class
com.github.ltsopensource.tasktracker.runner.RunnerPool.class
com.github.ltsopensource.tasktracker.support.JobPullMachine.class

Pom

lts-tasktracker-1.7.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns="http://maven.apache.org/POM/4.0.0"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>lts-parent</artifactId>
        <groupId>com.github.ltsopensource</groupId>
        <version>1.7.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>lts-tasktracker</artifactId>

    <dependencies>
        <dependency>
            <groupId>com.github.ltsopensource</groupId>
            <artifactId>lts-core</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>


</project>

POM Entry

<dependency>
   <groupId>com.github.ltsopensource</groupId>
   <artifactId>lts-tasktracker</artifactId>
   <version>1.7.0</version>
</dependency>

Download

If you think the following lts-tasktracker-1.7.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download lts-tasktracker-1.7.0.jar file




PreviousNext

Related