| License | License | 
|---|---|
| Categories | CategoriesApache TomEE Container Application Servers Arquillian Application Testing & Monitoring | 
| GroupId | GroupIdorg.apache.tomee | 
| ArtifactId | ArtifactIdarquillian-tomee-webapp-remote | 
| Last Version | Last Version8.0.12 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionTomEE :: Arquillian Adaptors Parent :: Webapp Remote Apache OpenEJB is an open source, modular, configurable and extensible EJB Container System and EJB Server. | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.apache.tomee/arquillian-tomee-webapp-remote/ -->
<dependency>
    <groupId>org.apache.tomee</groupId>
    <artifactId>arquillian-tomee-webapp-remote</artifactId>
    <version>8.0.12</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.tomee/arquillian-tomee-webapp-remote/
implementation 'org.apache.tomee:arquillian-tomee-webapp-remote:8.0.12'// https://jarcasting.com/artifacts/org.apache.tomee/arquillian-tomee-webapp-remote/
implementation ("org.apache.tomee:arquillian-tomee-webapp-remote:8.0.12")'org.apache.tomee:arquillian-tomee-webapp-remote:jar:8.0.12'<dependency org="org.apache.tomee" name="arquillian-tomee-webapp-remote" rev="8.0.12">
  <artifact name="arquillian-tomee-webapp-remote" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.tomee', module='arquillian-tomee-webapp-remote', version='8.0.12')
)libraryDependencies += "org.apache.tomee" % "arquillian-tomee-webapp-remote" % "8.0.12"[org.apache.tomee/arquillian-tomee-webapp-remote "8.0.12"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jboss.arquillian.junit : arquillian-junit-container | jar | 1.1.13.Final | 
| junit : junit | jar | 4.13.2 | 
| commons-httpclient : commons-httpclient | jar | 3.1 |