| 组织ID: |
com.nhaarman |
| 项目ID: |
expect.kt |
| 版本: |
1.0.1 |
| 最后修改时间: |
2020-04-02 15:06:09 |
| 包类型: |
jar |
| 标题: |
Expect.kt |
| 描述: |
Readable test assertions in Kotlin |
| 相关URL: |
https://github.com/nhaarman/expect.kt |
| 大小: |
22.67KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.nhaarman</groupId>
<artifactId>expect.kt</artifactId>
<version>1.0.1</version>
</dependency>
|
| Gradle引入代码: |
com.nhaarman:expect.kt:1.0.1
|
| 下载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>com.nhaarman</groupId>
<artifactId>expect.kt</artifactId>
<version>1.0.1</version>
<name>Expect.kt</name>
<description>Readable test assertions in Kotlin</description>
<url>https://github.com/nhaarman/expect.kt</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>nhaarman</id>
<name>Niek Haarman</name>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:nhaarman/expect.kt.git</connection>
<developerConnection>scm:git@github.com:nhaarman/expect.kt.git</developerConnection>
<url>https://github.com/nhaarman/expect.kt</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.0.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.1.7</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/expect.kt_main.kotlin_module
com.nhaarman.expect.ErrorMatcher$on$1.class
com.nhaarman.expect.FailKt.class
com.nhaarman.expect.ListMatcherKt.class
com.nhaarman.expect.ExpectKt.class
com.nhaarman.expect.ErrorMatcherKt.class
com.nhaarman.expect.BooleanMatcherKt.class
com.nhaarman.expect.ListMatcher.class
com.nhaarman.expect.ErrorMatcher.class
com.nhaarman.expect.NumberMatcher.class
com.nhaarman.expect.NumberMatcherKt.class
com.nhaarman.expect.StringMatcherKt.class
com.nhaarman.expect.Matcher.class
com.nhaarman.expect.TestObserverMatcherKt.class
com.nhaarman.expect.BooleanMatcher.class
com.nhaarman.expect.StringMatcher.class
com.nhaarman.expect.ErrorMatcher$on$2.class
com.nhaarman.expect.TestObserverMatcher.class
com.nhaarman.expect.MatcherKt.class
|
| 依赖Jar: |
kotlin-stdlib-1.0.7.jar
/org.jetbrains.kotlin/kotlin-stdlib/1.0.7
查看kotlin-stdlib所有版本文件
rxjava-2.1.7.jar
/io.reactivex.rxjava2/rxjava/2.1.7
查看rxjava所有版本文件
|