We don't maintain this code base anymore. Please use official container adapter provided by Apache OpenWebBeans team.
License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers Arquillian Application Testing & Monitoring |
GroupId | GroupIdorg.jboss.arquillian.container |
ArtifactId | ArtifactIdarquillian-parent-openwebbeans |
Last Version | Last Version1.0.0.CR2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionArquillian Container Parent OpenWebBeans
OpenWebBeans Container integrations for the Arquillian Project
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
arquillian-parent-openwebbeans-1.0.0.CR2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.arquillian.container/arquillian-parent-openwebbeans/ -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-parent-openwebbeans</artifactId>
<version>1.0.0.CR2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.arquillian.container/arquillian-parent-openwebbeans/
implementation 'org.jboss.arquillian.container:arquillian-parent-openwebbeans:1.0.0.CR2'
// https://jarcasting.com/artifacts/org.jboss.arquillian.container/arquillian-parent-openwebbeans/
implementation ("org.jboss.arquillian.container:arquillian-parent-openwebbeans:1.0.0.CR2")
'org.jboss.arquillian.container:arquillian-parent-openwebbeans:pom:1.0.0.CR2'
<dependency org="org.jboss.arquillian.container" name="arquillian-parent-openwebbeans" rev="1.0.0.CR2">
<artifact name="arquillian-parent-openwebbeans" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.arquillian.container', module='arquillian-parent-openwebbeans', version='1.0.0.CR2')
)
libraryDependencies += "org.jboss.arquillian.container" % "arquillian-parent-openwebbeans" % "1.0.0.CR2"
[org.jboss.arquillian.container/arquillian-parent-openwebbeans "1.0.0.CR2"]
We don't maintain this code base anymore. Please use official container adapter provided by Apache OpenWebBeans team.