| License | License | 
|---|---|
| Categories | CategoriesJetty Container Application Servers | 
| GroupId | GroupIdorg.mortbay.jetty | 
| ArtifactId | ArtifactIdtest-jndi-webapp | 
| Last Version | Last Version8.0.0.M2 | 
| Release Date | Release Date | 
| Type | Typewar | 
| Description | DescriptionJetty :: JNDI Test Webapp Jetty integrations and distributions | 
| Project Organization | Project OrganizationMort Bay Consulting | 
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/test-jndi-webapp/ -->
<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>test-jndi-webapp</artifactId>
    <version>8.0.0.M2</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/org.mortbay.jetty/test-jndi-webapp/
implementation 'org.mortbay.jetty:test-jndi-webapp:8.0.0.M2'// https://jarcasting.com/artifacts/org.mortbay.jetty/test-jndi-webapp/
implementation ("org.mortbay.jetty:test-jndi-webapp:8.0.0.M2")'org.mortbay.jetty:test-jndi-webapp:war:8.0.0.M2'<dependency org="org.mortbay.jetty" name="test-jndi-webapp" rev="8.0.0.M2">
  <artifact name="test-jndi-webapp" type="war" />
</dependency>@Grapes(
@Grab(group='org.mortbay.jetty', module='test-jndi-webapp', version='8.0.0.M2')
)libraryDependencies += "org.mortbay.jetty" % "test-jndi-webapp" % "8.0.0.M2"[org.mortbay.jetty/test-jndi-webapp "8.0.0.M2"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.geronimo.specs : geronimo-jta_1.1_spec | jar | 1.1.1 | 
| org.mortbay.jetty : servlet-api | jar | 3.0.20100224 | 
| javax.mail : mail | jar | 1.4 |