GuiceyLoops: Guice EE testing support to Guicey-fruit.
Here is the list of declaration for guiceyloops. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.realityforge.guiceyloops</groupId> <artifactId>guiceyloops</artifactId> <version>0.28</version> </dependency>
If you think this Maven repository POM file listing for guiceyloops is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The guiceyloops-0.28 has 24 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JPA Hibernate | hibernate-jpa-2.0-api 1.0.0.Final Hibernate definition of the Java Persistence 2.0 (JSR 317) API. | 67 |
XML | jaxrpc-api 1.1 Part of the Java Web Services Developer Pack 1.6 | 147 |
JEE Library | jta 1.1 The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation. | 184 |
Inversion of Control | javax.inject 1 The javax.inject API | 539 |
Testing Coding Style | jsr305 1.3.9 JSR305 Annotations for Findbugs | 150 |
Network | mail 1.4.1 The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. | 108 |
Testing | greenmail 1.3 GreenMail - Email Test Servers | 90 |
Testing Mock | mockito-all 1.9.5 Mock objects library for java | 1072 |
AOP | aopalliance 1.0 AOP Alliance | 464 |
Database | h2 1.3.159 H2 Database Engine | 6 |
Testing | testng 6.8.7 TestNG is a testing framework. | 97 |
Console | jcommander 1.27 A Java framework to parse command line options with annotations. | 21 |
Here is the content of the POM file.
<?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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>org.realityforge.guiceyloops</groupId> <artifactId>guiceyloops</artifactId> <version>0.28</version> <packaging>jar</packaging> <name>GuiceyLoops: Guice EE testing support to Guicey-fruit</name> <description>GuiceyLoops: Guice EE testing support to Guicey-fruit</description> <url>https://github.com/realityforge/guiceyloops</url> <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> <scm> <connection>scm:git:git@github.com:realityforge/guiceyloops.git</connection> <developerConnection>scm:git:git@github.com:realityforge/guiceyloops.git</developerConnection> <url>git@github.com:realityforge/guiceyloops.git</url> </scm> <issueManagement> <url>https://github.com/realityforge/guiceyloops/issues</url> <system>GitHub Issues</system> </issueManagement> <dependencies> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-ejb_3.1_spec</artifactId> <version>1.0.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.hibernate.javax.persistence</groupId> <artifactId>hibernate-jpa-2.0-api</artifactId> <version>1.0.0.Final</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.xml</groupId> <artifactId>jaxrpc-api</artifactId> <version>1.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.transaction</groupId> <artifactId>jta</artifactId> <version>1.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <version>1</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>1.3.9</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jms_1.1_spec</artifactId> <version>1.1.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.realityforge.jndikit</groupId> <artifactId>jndikit</artifactId> <version>1.4</version> <optional>true</optional> </dependency> <dependency> <groupId>com.icegreen</groupId> <artifactId>greenmail</artifactId> <version>1.3</version> <optional>true</optional> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>eclipselink</artifactId> <version>2.3.0</version> <optional>true</optional> </dependency> <dependency> <groupId>org.glassfish.main.extras</groupId> <artifactId>glassfish-embedded-all</artifactId> <version>3.1.2.2</version> <optional>true</optional> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.8</version> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.9.5</version> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <version>3.0</version> </dependency> <dependency> <groupId>aopalliance</groupId> <artifactId>aopalliance</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-assistedinject</artifactId> <version>3.0</version> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <version>1.3.159</version> <scope>test</scope> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.8.7</version> <scope>test</scope> </dependency> <dependency> <groupId>com.beust</groupId> <artifactId>jcommander</artifactId> <version>1.27</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jmock</groupId> <artifactId>jmock</artifactId> <version>2.5.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jmock</groupId> <artifactId>jmock-junit4</artifactId> <version>2.5.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <version>1.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <version>1.1</version> <scope>test</scope> </dependency> </dependencies> </project>