You can download guice-testlib-4.0.jar in this page.
Google Open Source
guice-testlib-4.0.jar file has the following types.
META-INF/DEPENDENCIES META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE com.google.inject.testing.fieldbinder.Bind.class com.google.inject.testing.fieldbinder.BoundFieldModule.class
guice-testlib-4.0.pom file content.
<?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>
<dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-testlib</artifactId> <version>4.0</version> </dependency>
If you think the following guice-testlib-4.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download guice-testlib-4.0.jar file