| 组织ID: |
io.vertx |
| 项目ID: |
vertx-testframework |
| 版本: |
2.0.0-final |
| 最后修改时间: |
2018-08-05 17:37:44 |
| 包类型: |
jar |
| 标题: |
vertx-testframework |
| 描述: |
vert.x - Effortless asynchronous application development for the modern web and enterprise |
| 相关URL: |
http://vertx.io |
| 大小: |
22.02KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-testframework</artifactId>
<version>2.0.0-final</version>
</dependency>
|
| Gradle引入代码: |
io.vertx:vertx-testframework:2.0.0-final
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.vertx</groupId>
<artifactId>vertx-testframework</artifactId>
<version>2.0.0-final</version>
<name>vertx-testframework</name>
<description>vert.x - Effortless asynchronous application development for the modern web and enterprise</description>
<url>http://vertx.io</url>
<inceptionYear>2011</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>purplefox</id>
<name>Tim Fox</name>
<email>tim@tfox.org</email>
</developer>
<developer>
<id>pidster</id>
<name>Pid</name>
<email>pid@pidster.com</email>
</developer>
</developers>
<scm>
<connection>scm:https://vert-x@github.com/purplefox/vert.x</connection>
<developerConnection>scm:git@github.com:purplefox/vert.x.git</developerConnection>
<url>https://github.com/purplefox/vert.x</url>
</scm>
<properties>
<project.build.sourceEncoding>UTF8</project.build.sourceEncoding>
</properties>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.vertx.java.testframework.TestBase$1.class
org.vertx.java.testframework.TestBase.class
org.vertx.java.testframework.TestUtils$2.class
org.vertx.java.testframework.TestBase$AssertHolder.class
org.vertx.java.testframework.EventFields.class
org.vertx.java.testframework.TestBase$4.class
org.vertx.java.testframework.TestBase$3.class
org.vertx.java.testframework.TestClientBase.class
org.vertx.java.testframework.EventLog.class
org.vertx.java.testframework.TestBase$2.class
org.vertx.java.testframework.TestUtils.class
org.vertx.java.testframework.TestUtils$1.class
org.vertx.java.testframework.impl.Args.class
|
| 依赖Jar: |
无
|