Download lts-jobclient-1.7.0.jar file

Introduction

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

License

Open Source

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/com.github.ltsopensource/lts-jobclient/pom.properties
META-INF/maven/com.github.ltsopensource/lts-jobclient/pom.xml
com.github.ltsopensource.jobclient.JobClient.class
com.github.ltsopensource.jobclient.JobClientBuilder.class
com.github.ltsopensource.jobclient.RetryJobClient.class
com.github.ltsopensource.jobclient.domain.JobClientAppContext.class
com.github.ltsopensource.jobclient.domain.JobClientNode.class
com.github.ltsopensource.jobclient.domain.Response.class
com.github.ltsopensource.jobclient.domain.ResponseCode.class
com.github.ltsopensource.jobclient.processor.JobFinishedProcessor.class
com.github.ltsopensource.jobclient.processor.RemotingDispatcher.class
com.github.ltsopensource.jobclient.support.JobClientMStatReporter.class
com.github.ltsopensource.jobclient.support.JobCompletedHandler.class
com.github.ltsopensource.jobclient.support.JobSubmitExecutor.class
com.github.ltsopensource.jobclient.support.JobSubmitProtectException.class
com.github.ltsopensource.jobclient.support.JobSubmitProtector.class
com.github.ltsopensource.jobclient.support.SubmitCallback.class

Pom

lts-jobclient-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-jobclient</artifactId>

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

</project>

POM Entry

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

Download

If you think the following lts-jobclient-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-jobclient-1.7.0.jar file




PreviousNext

Related