组织ID: |
org.reactivestreams |
项目ID: |
reactive-streams-tck |
版本: |
0.4.0.M2 |
最后修改时间: |
2019-10-25 06:16:09 |
包类型: |
jar |
标题: |
CC0 |
描述: |
reactive-streams-tck |
相关URL: |
http://www.reactive-streams.org/ |
大小: |
0.30KB |
|
Maven引入代码: |
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams-tck</artifactId>
<version>0.4.0.M2</version>
</dependency>
|
Gradle引入代码: |
org.reactivestreams:reactive-streams-tck:0.4.0.M2
|
下载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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams-tck</artifactId>
<packaging>jar</packaging>
<description>reactive-streams-tck</description>
<url>http://www.reactive-streams.org/</url>
<version>0.4.0.M2</version>
<licenses>
<license>
<name>CC0</name>
<url>http://creativecommons.org/publicdomain/zero/1.0/</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>reactive-streams-tck</name>
<organization>
<name>org.reactivestreams</name>
<url>http://www.reactive-streams.org/</url>
</organization>
<scm>
<url>git@github.com:reactive-streams/reactive-streams.git</url>
<connection>scm:git:git@github.com:reactive-streams/reactive-streams.git</connection>
</scm>
<developers>
<developer>
<id>reactive-streams-sig</id>
<name>Reactive Streams SIG</name>
<url>http://www.reactive-streams.org/</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams</artifactId>
<version>0.4.0.M2</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>5.14.10</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>de.johoop</groupId>
<artifactId>sbt-testng-interface_2.10</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
|
依赖Jar: |
reactive-streams-0.4.0.M2.jar
/org.reactivestreams/reactive-streams/0.4.0.M2
查看reactive-streams所有版本文件
testng-5.14.10.jar
/org.testng/testng/5.14.10
查看testng所有版本文件
testng-6.8.5.jar
/org.testng/testng/6.8.5
查看testng所有版本文件
sbt-testng-interface_2.10-3.0.0.jar
/de.johoop/sbt-testng-interface_2.10/3.0.0
查看sbt-testng-interface_2.10所有版本文件
|