| Title: |
Arquillian TestRunner JUnit Core |
| Group ID: |
org.jboss.arquillian.junit |
| Artifact ID: |
arquillian-junit-core |
| Version: |
1.0.4.Final |
| Last modified: |
04.06.2013 05:39 |
| Packaging: |
jar |
| Name: |
Arquillian TestRunner JUnit Core |
| Description: |
JUnit Implementation for the Arquillian Project |
| Vendor: |
JBoss by Red Hat |
|
|
| Size: |
27.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/jboss/arquillian/junit/arquillian-junit-core/1.0.4.Final/arquillian-junit-core-1.0.4.Final.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<!-- vi:ts=2:sw=2:expandtab: -->
<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">
<!-- Parent -->
<parent>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-build</artifactId>
<version>1.0.4.Final</version>
<relativePath>../../build/pom.xml</relativePath>
</parent>
<!-- Model Version -->
<modelVersion>4.0.0</modelVersion>
<!-- Artifact Configuration -->
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-core</artifactId>
<name>Arquillian TestRunner JUnit Core</name>
<description>JUnit Implementation for the Arquillian Project</description>
<!-- Properties -->
<properties>
</properties>
<!-- Dependencies -->
<dependencies>
<!-- org.jboss.arquillian -->
<dependency>
<groupId>org.jboss.arquillian.test</groupId>
<artifactId>arquillian-test-spi</artifactId>
<version>${project.version}</version>
</dependency>
<!-- External Projects -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>provided</scope>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.jboss.arquillian.core</groupId>
<artifactId>arquillian-core-impl-base</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.test</groupId>
<artifactId>arquillian-test-impl-base</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-core</artifactId>
<version>1.0.4.Final</version>
</dependency>
|
| Gradle: |
org.jboss.arquillian.junit:arquillian-junit-core:1.0.4.Final |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|