Download kylo-service-monitor-core-0.8.4.jar file

Introduction

You can download kylo-service-monitor-core-0.8.4.jar in this page.

License

Open Source

Type List

kylo-service-monitor-core-0.8.4.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.thinkbiganalytics.kylo/kylo-service-monitor-core/pom.properties
META-INF/maven/com.thinkbiganalytics.kylo/kylo-service-monitor-core/pom.xml
com.thinkbiganalytics.servicemonitor.model.DefaultServiceAlert.class
com.thinkbiganalytics.servicemonitor.model.DefaultServiceComponent.class
com.thinkbiganalytics.servicemonitor.model.DefaultServiceStatusResponse.class
com.thinkbiganalytics.servicemonitor.support.ServiceMonitorCheckUtil.class

Pom

kylo-service-monitor-core-0.8.4.pom file content.

<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">
  <modelVersion>4.0.0</modelVersion>

  <artifactId>kylo-service-monitor-core</artifactId>

  <parent>
    <artifactId>kylo-service-monitor</artifactId>
    <groupId>com.thinkbiganalytics.kylo</groupId>
    <version>0.8.4</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <properties>
    <plugin.license.parentRelative>../../../</plugin.license.parentRelative>
  </properties>

  <dependencies>

    <dependency>
      <groupId>com.thinkbiganalytics.kylo</groupId>
      <artifactId>kylo-service-monitor-api</artifactId>
      <version>${project.version}</version>
    </dependency>

    <!-- Jackson -->
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
    </dependency>

    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
    </dependency>

    <dependency>
      <groupId>com.fasterxml.jackson.dataformat</groupId>
      <artifactId>jackson-dataformat-xml</artifactId>
    </dependency>

    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
    </dependency>

    <dependency>
      <groupId>com.fasterxml.jackson.jaxrs</groupId>
      <artifactId>jackson-jaxrs-json-provider</artifactId>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.jaxrs</groupId>
      <artifactId>jackson-jaxrs-base</artifactId>
    </dependency>

    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
    </dependency>

    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
    </dependency>


  </dependencies>


</project>

POM Entry

<dependency>
   <groupId>com.thinkbiganalytics.kylo</groupId>
   <artifactId>kylo-service-monitor-core</artifactId>
   <version>0.8.4</version>
</dependency>

Download

If you think the following kylo-service-monitor-core-0.8.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download kylo-service-monitor-core-0.8.4.jar file




PreviousNext

Related