Categories |
CategoriesApache TomEE Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.openejb |
ArtifactId | ArtifactIdtomee-plus-webapp |
Version | Version1.5.2 |
Type | Typewar |
Filename | Size |
---|---|
tomee-plus-webapp-1.5.2.pom | |
tomee-plus-webapp-1.5.2.war | 36 MB |
tomee-plus-webapp-1.5.2-sources.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.openejb/tomee-plus-webapp/ -->
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>tomee-plus-webapp</artifactId>
<version>1.5.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openejb/tomee-plus-webapp/
implementation 'org.apache.openejb:tomee-plus-webapp:1.5.2'
// https://jarcasting.com/artifacts/org.apache.openejb/tomee-plus-webapp/
implementation ("org.apache.openejb:tomee-plus-webapp:1.5.2")
'org.apache.openejb:tomee-plus-webapp:war:1.5.2'
<dependency org="org.apache.openejb" name="tomee-plus-webapp" rev="1.5.2">
<artifact name="tomee-plus-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.openejb', module='tomee-plus-webapp', version='1.5.2')
)
libraryDependencies += "org.apache.openejb" % "tomee-plus-webapp" % "1.5.2"
[org.apache.openejb/tomee-plus-webapp "1.5.2"]