| 组织ID: |
com.google.inject.extensions |
| 项目ID: |
guice-testlib |
| 版本: |
4.0 |
| 最后修改时间: |
2018-08-02 15:40:16 |
| 包类型: |
jar |
| 标题: |
Google Guice - Extensions - TestLib |
| 大小: |
13.09KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-testlib</artifactId>
<version>4.0</version>
</dependency>
|
| Gradle引入代码: |
com.google.inject.extensions:guice-testlib:4.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.google.inject.extensions</groupId>
<artifactId>extensions-parent</artifactId>
<version>4.0</version>
</parent>
<artifactId>guice-testlib</artifactId>
<name>Google Guice - Extensions - TestLib</name>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/TestScope*</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
META-INF/DEPENDENCIES
com.google.inject.testing.fieldbinder.BoundFieldModule$BoundFieldException.class
com.google.inject.testing.fieldbinder.BoundFieldModule.class
com.google.inject.testing.fieldbinder.BoundFieldModule$BoundFieldInfo.class
com.google.inject.testing.fieldbinder.Bind.class
com.google.inject.testing.fieldbinder.BoundFieldModule$1.class
|
| 依赖Jar: |
无
|