| 组织ID: |
org.eclipse.ditto |
| 项目ID: |
ditto-services-utils-health |
| 版本: |
0.1.0-M1 |
| 最后修改时间: |
2019-12-01 03:39:32 |
| 包类型: |
jar |
| 标题: |
Eclipse Ditto :: Services :: Utils :: Health Utils |
| 大小: |
41.18KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-services-utils-health</artifactId>
<version>0.1.0-M1</version>
</dependency>
|
| Gradle引入代码: |
org.eclipse.ditto:ditto-services-utils-health:0.1.0-M1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2017 Bosch Software Innovations GmbH.
~
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v2.0
~ which accompanies this distribution, and is available at
~ https://www.eclipse.org/org/documents/epl-2.0/index.php
~
~ Contributors:
~ Bosch Software Innovations GmbH - initial contribution
-->
<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>
<parent>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-services-utils</artifactId>
<version>0.1.0-M1</version>
</parent>
<artifactId>ditto-services-utils-health</artifactId>
<name>Eclipse Ditto :: Services :: Utils :: Health Utils</name>
<dependencies>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-json</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-model-base</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ditto-services-utils-akka</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ditto-services-utils-config</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
<!-- StatusRoute needs config-utils -->
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_${scala.version}</artifactId>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http_${scala.version}</artifactId>
<scope>provided</scope>
<!-- HealthRouteFunction needs akka-http .. if a service uses the class, it must provide akka-http itself -->
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_.RSA
META-INF/maven/org.eclipse.ditto/ditto-services-utils-health/pom.xml
META-INF/maven/org.eclipse.ditto/ditto-services-utils-health/pom.properties
org.eclipse.ditto.services.utils.health.HealthRouteSupplier.class
org.eclipse.ditto.services.utils.health.HealthRepresentation.class
org.eclipse.ditto.services.utils.health.HealthStatus$Status.class
org.eclipse.ditto.services.utils.health.HealthStatus.class
org.eclipse.ditto.services.utils.health.HealthCheckingActor$1.class
org.eclipse.ditto.services.utils.health.HealthCheckingActor.class
org.eclipse.ditto.services.utils.health.HealthCheckingActorOptions$Builder.class
org.eclipse.ditto.services.utils.health.HealthCheckingActorOptions$1.class
org.eclipse.ditto.services.utils.health.HealthCheckingActorOptions.class
org.eclipse.ditto.services.utils.health.Health.class
org.eclipse.ditto.services.utils.health.mongo.RetrieveMongoStatusResponse.class
org.eclipse.ditto.services.utils.health.mongo.RetrieveMongoStatus.class
org.eclipse.ditto.services.utils.health.cluster.ClusterStatus.class
org.eclipse.ditto.services.utils.health.cluster.ClusterRoleStatus.class
org.eclipse.ditto.services.utils.health.status.Status.class
org.eclipse.ditto.services.utils.health.status.StatusSupplierActor$1.class
org.eclipse.ditto.services.utils.health.status.StatusSupplierActor.class
org.eclipse.ditto.services.utils.health.RetrieveHealth.class
org.eclipse.ditto.services.utils.health.routes.StatusRoute.class
org.eclipse.ditto.services.utils.health.CheckHealth.class
|
| 依赖Jar: |
ditto-services-utils-akka-${project.version}.jar
/${project.groupId}/ditto-services-utils-akka/${project.version}
查看ditto-services-utils-akka所有版本文件
ditto-services-utils-config-${project.version}.jar
/${project.groupId}/ditto-services-utils-config/${project.version}
查看ditto-services-utils-config所有版本文件
|