| 组织ID: |
com.nannoq |
| 项目ID: |
cluster |
| 版本: |
1.1.5 |
| 最后修改时间: |
2019-12-14 02:23:06 |
| 包类型: |
jar |
| 标题: |
Nannoq Tools Cluster |
| 描述: |
Cluster Layer of Nannoq Tools |
| 相关URL: |
https://github.com/NoriginMedia/nannoq-cluster |
| 大小: |
84.30KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.nannoq</groupId>
<artifactId>cluster</artifactId>
<version>1.1.5</version>
</dependency>
|
| Gradle引入代码: |
com.nannoq:cluster:1.1.5
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.nannoq</groupId>
<artifactId>cluster</artifactId>
<version>1.1.5</version>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.3.31</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.3.31</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.3.31</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-hazelcast</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-js</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-ruby</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-kotlin</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-service-proxy</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-sockjs-service-proxy</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-circuit-breaker</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-redis-client</artifactId>
<version>3.6.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-mail-client</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-kotlin-coroutines</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.11.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.11.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
<version>3.4.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.8</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.9</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>1.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>3.0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-jdk5</artifactId>
<version>17.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-service-discovery</artifactId>
<version>3.7.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<name>Nannoq Tools Cluster</name>
<description>Cluster Layer of Nannoq Tools</description>
<url>https://github.com/NoriginMedia/nannoq-cluster</url>
<scm>
<url>https://github.com/NoriginMedia/nannoq-cluster</url>
<connection>scm:git:git://github.com/NoriginMedia/nannoq-cluster</connection>
<developerConnection>scm:git:ssh:git@github.com/NoriginMedia/nannoq-cluster</developerConnection>
</scm>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>mikand13</id>
<name>Anders Mikkelsen</name>
<email>mikkelsen.anders@gmail.com</email>
</developer>
</developers>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.nannoq.tools.cluster.services.HeartbeatServiceVertxEBProxy.class
com.nannoq.tools.cluster.services.package-info.class
com.nannoq.tools.cluster.services.HeartbeatServiceVertxProxyHandler.class
com.nannoq.tools.cluster.CircuitBreakerUtils.class
com.nannoq.tools.cluster.services.ServiceManager$publishService$6.class
com.nannoq.tools.cluster.services.ServiceManager$KillVerticle.class
com.nannoq.tools.cluster.services.ServiceManager$KillVerticle$stop$2$3.class
com.nannoq.tools.cluster.services.ServiceManager$Companion.class
com.nannoq.tools.cluster.services.ServiceManager$publishService$7.class
com.nannoq.tools.cluster.services.ServiceManager$unPublishService$2.class
com.nannoq.tools.cluster.services.ServiceManager$KillVerticle$stop$2.class
com.nannoq.tools.cluster.services.ServiceManager$getService$1.class
com.nannoq.tools.cluster.services.ServiceManager$publishService$4.class
com.nannoq.tools.cluster.services.ServiceManager$KillVerticle$stop$1$1.class
com.nannoq.tools.cluster.services.ServiceManager$publishService$3.class
com.nannoq.tools.cluster.services.ServiceManager$unPublishService$1.class
com.nannoq.tools.cluster.services.ServiceManager$publishApi$1.class
com.nannoq.tools.cluster.services.ServiceManager.class
com.nannoq.tools.cluster.services.ServiceManager$publishApi$3.class
com.nannoq.tools.cluster.services.ServiceManager$publishService$5.class
com.nannoq.tools.cluster.services.ServiceManager$publishService$2.class
com.nannoq.tools.cluster.services.ServiceManager$KillVerticle$stop$2$1.class
com.nannoq.tools.cluster.services.ServiceManager$KillVerticle$stop$1.class
com.nannoq.tools.cluster.services.ServiceManager$publishService$1.class
com.nannoq.tools.cluster.services.ServiceManager$publishApi$2.class
com.nannoq.tools.cluster.services.ServiceManager$openDiscovery$1.class
com.nannoq.tools.cluster.services.HeartbeatService.class
com.nannoq.tools.cluster.services.ServiceManager$getApi$1.class
com.nannoq.tools.cluster.ClusterUtils$clusterReport$1.class
com.nannoq.tools.cluster.CircuitBreakerUtils$performRequestWithCircuitBreaker$1.class
com.nannoq.tools.cluster.ClusterUtils$setClusterMembersForSubnet$1$1.class
com.nannoq.tools.cluster.ClusterUtils$clusterReport$1$1.class
com.nannoq.tools.cluster.apis.APIManager$prepareCircuitBreaker$circuitBreaker$2.class
com.nannoq.tools.cluster.apis.APIManager$prepareCircuitBreaker$1.class
com.nannoq.tools.cluster.apis.APIManager$prepareCircuitBreaker$circuitBreaker$1.class
com.nannoq.tools.cluster.apis.APIManager$prepareCircuitBreaker$circuitBreaker$3.class
com.nannoq.tools.cluster.apis.APIHostProducer.class
com.nannoq.tools.cluster.apis.APIManager$KillVerticle$stop$2.class
com.nannoq.tools.cluster.apis.APIManager$Companion.class
com.nannoq.tools.cluster.apis.APIManager$KillVerticle.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
kotlin-stdlib-1.3.31.jar
/org.jetbrains.kotlin/kotlin-stdlib/1.3.31
查看kotlin-stdlib所有版本文件
kotlin-stdlib-jdk8-1.3.31.jar
/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.3.31
查看kotlin-stdlib-jdk8所有版本文件
kotlin-reflect-1.3.31.jar
/org.jetbrains.kotlin/kotlin-reflect/1.3.31
查看kotlin-reflect所有版本文件
vertx-core-3.7.0.jar
/io.vertx/vertx-core/3.7.0
查看vertx-core所有版本文件
vertx-web-3.7.0.jar
/io.vertx/vertx-web/3.7.0
查看vertx-web所有版本文件
vertx-hazelcast-3.7.0.jar
/io.vertx/vertx-hazelcast/3.7.0
查看vertx-hazelcast所有版本文件
vertx-codegen-3.7.0.jar
/io.vertx/vertx-codegen/3.7.0
查看vertx-codegen所有版本文件
vertx-lang-js-3.7.0.jar
/io.vertx/vertx-lang-js/3.7.0
查看vertx-lang-js所有版本文件
vertx-lang-ruby-3.7.0.jar
/io.vertx/vertx-lang-ruby/3.7.0
查看vertx-lang-ruby所有版本文件
vertx-lang-kotlin-3.7.0.jar
/io.vertx/vertx-lang-kotlin/3.7.0
查看vertx-lang-kotlin所有版本文件
vertx-service-proxy-3.7.0.jar
/io.vertx/vertx-service-proxy/3.7.0
查看vertx-service-proxy所有版本文件
vertx-sockjs-service-proxy-3.7.0.jar
/io.vertx/vertx-sockjs-service-proxy/3.7.0
查看vertx-sockjs-service-proxy所有版本文件
vertx-circuit-breaker-3.7.0.jar
/io.vertx/vertx-circuit-breaker/3.7.0
查看vertx-circuit-breaker所有版本文件
vertx-redis-client-3.6.3.jar
/io.vertx/vertx-redis-client/3.6.3
查看vertx-redis-client所有版本文件
vertx-mail-client-3.7.0.jar
/io.vertx/vertx-mail-client/3.7.0
查看vertx-mail-client所有版本文件
vertx-lang-kotlin-coroutines-3.7.0.jar
/io.vertx/vertx-lang-kotlin-coroutines/3.7.0
查看vertx-lang-kotlin-coroutines所有版本文件
log4j-api-2.11.2.jar
/org.apache.logging.log4j/log4j-api/2.11.2
查看log4j-api所有版本文件
log4j-core-2.11.2.jar
/org.apache.logging.log4j/log4j-core/2.11.2
查看log4j-core所有版本文件
disruptor-3.4.2.jar
/com.lmax/disruptor/3.4.2
查看disruptor所有版本文件
jackson-annotations-2.9.8.jar
/com.fasterxml.jackson.core/jackson-annotations/2.9.8
查看jackson-annotations所有版本文件
commons-lang3-3.9.jar
/org.apache.commons/commons-lang3/3.9
查看commons-lang3所有版本文件
commons-io-2.6.jar
/commons-io/commons-io/2.6
查看commons-io所有版本文件
commons-validator-1.6.jar
/commons-validator/commons-validator/1.6
查看commons-validator所有版本文件
annotations-3.0.1.jar
/com.google.code.findbugs/annotations/3.0.1
查看annotations所有版本文件
guava-jdk5-17.0.jar
/com.google.guava/guava-jdk5/17.0
查看guava-jdk5所有版本文件
vertx-service-discovery-3.7.0.jar
/io.vertx/vertx-service-discovery/3.7.0
查看vertx-service-discovery所有版本文件
|