License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers Arquillian Application Testing & Monitoring |
GroupId | GroupIdorg.jboss.arquillian.test |
ArtifactId | ArtifactIdarquillian-test-parent |
Last Version | Last Version1.7.0.Alpha10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionArquillian Test Aggregator
Arquillian Test Aggregator
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
arquillian-test-parent-1.7.0.Alpha10.pom | 932 bytes |
arquillian-test-parent-1.7.0.Alpha10-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.arquillian.test/arquillian-test-parent/ -->
<dependency>
<groupId>org.jboss.arquillian.test</groupId>
<artifactId>arquillian-test-parent</artifactId>
<version>1.7.0.Alpha10</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.arquillian.test/arquillian-test-parent/
implementation 'org.jboss.arquillian.test:arquillian-test-parent:1.7.0.Alpha10'
// https://jarcasting.com/artifacts/org.jboss.arquillian.test/arquillian-test-parent/
implementation ("org.jboss.arquillian.test:arquillian-test-parent:1.7.0.Alpha10")
'org.jboss.arquillian.test:arquillian-test-parent:jar:1.7.0.Alpha10'
<dependency org="org.jboss.arquillian.test" name="arquillian-test-parent" rev="1.7.0.Alpha10">
<artifact name="arquillian-test-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.arquillian.test', module='arquillian-test-parent', version='1.7.0.Alpha10')
)
libraryDependencies += "org.jboss.arquillian.test" % "arquillian-test-parent" % "1.7.0.Alpha10"
[org.jboss.arquillian.test/arquillian-test-parent "1.7.0.Alpha10"]