| 组织ID: |
io.vertx |
| 项目ID: |
vertx-circuit-breaker |
| 版本: |
3.3.0.CR2 |
| 最后修改时间: |
2019-12-29 18:20:53 |
| 包类型: |
jar |
| 大小: |
42.06KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-circuit-breaker</artifactId>
<version>3.3.0.CR2</version>
</dependency>
|
| Gradle引入代码: |
io.vertx:vertx-circuit-breaker:3.3.0.CR2
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2011-2016 The original author or authors
~
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v1.0
~ and Apache License v2.0 which accompanies this distribution.
~
~ The Eclipse Public License is available at
~ http://www.eclipse.org/legal/epl-v10.html
~
~ The Apache License v2.0 is available at
~ http://www.opensource.org/licenses/apache2.0.php
~
~ You may elect to redistribute this code under either of these licenses.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>io.vertx</groupId>
<artifactId>vertx-ext-parent</artifactId>
<version>20</version>
</parent>
<artifactId>vertx-circuit-breaker</artifactId>
<version>3.3.0.CR2</version>
<properties>
<hystrix.version>1.5.2</hystrix.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-dependencies</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-hazelcast</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-groovy</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-js</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-ruby</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-rx-java</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-docgen</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codetrans</artifactId>
<optional>true</optional>
</dependency>
<!-- For tests and examples -->
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-core</artifactId>
<version>${hystrix.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.jayway.restassured</groupId>
<artifactId>rest-assured</artifactId>
<version>2.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jayway.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>1.7.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
io.vertx.circuitbreaker.CircuitBreaker.class
io.vertx.circuitbreaker.CircuitBreakerOptions.class
io.vertx.circuitbreaker.CircuitBreakerOptionsConverter.class
io.vertx.circuitbreaker.CircuitBreakerState.class
io.vertx.circuitbreaker.impl.CircuitBreakerImpl.class
io.vertx.circuitbreaker.package-info.class
io.vertx.groovy.circuitbreaker.CircuitBreaker$1.class
io.vertx.groovy.circuitbreaker.CircuitBreaker$2.class
io.vertx.groovy.circuitbreaker.CircuitBreaker$3.class
io.vertx.groovy.circuitbreaker.CircuitBreaker$4.class
io.vertx.groovy.circuitbreaker.CircuitBreaker$5.class
io.vertx.groovy.circuitbreaker.CircuitBreaker$6.class
io.vertx.groovy.circuitbreaker.CircuitBreaker$7.class
io.vertx.groovy.circuitbreaker.CircuitBreaker.class
io.vertx.rxjava.circuitbreaker.CircuitBreaker$1.class
io.vertx.rxjava.circuitbreaker.CircuitBreaker$10.class
io.vertx.rxjava.circuitbreaker.CircuitBreaker$2.class
io.vertx.rxjava.circuitbreaker.CircuitBreaker$3.class
io.vertx.rxjava.circuitbreaker.CircuitBreaker$4.class
io.vertx.rxjava.circuitbreaker.CircuitBreaker$5.class
io.vertx.rxjava.circuitbreaker.CircuitBreaker$6.class
io.vertx.rxjava.circuitbreaker.CircuitBreaker$7.class
io.vertx.rxjava.circuitbreaker.CircuitBreaker$8.class
io.vertx.rxjava.circuitbreaker.CircuitBreaker$9.class
io.vertx.rxjava.circuitbreaker.CircuitBreaker.class
vertx-circuit-breaker/circuit_breaker.rb
vertx-circuit-breaker-js/circuit_breaker.js
META-INF/maven/io.vertx/vertx-circuit-breaker/pom.xml
META-INF/maven/io.vertx/vertx-circuit-breaker/pom.properties
META-INF/INDEX.LIST
|
| 依赖Jar: |
vertx-dependencies-${project.version}.jar
/io.vertx/vertx-dependencies/${project.version}
查看vertx-dependencies所有版本文件
|