License |
License |
---|---|
GroupId | GroupIdorg.ow2.easybeans |
ArtifactId | ArtifactIdexample-webapp |
Version | Version1.1.1 |
Type | Typewar |
Description |
DescriptionEasyBeans: Maven Example :: Modules :: Webapp
Webapp of Example Project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
example-webapp-1.1.1.pom | |
example-webapp-1.1.1.war | 7 KB |
example-webapp-1.1.1-sources.jar | 3 KB |
example-webapp-1.1.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.easybeans/example-webapp/ -->
<dependency>
<groupId>org.ow2.easybeans</groupId>
<artifactId>example-webapp</artifactId>
<version>1.1.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easybeans/example-webapp/
implementation 'org.ow2.easybeans:example-webapp:1.1.1'
// https://jarcasting.com/artifacts/org.ow2.easybeans/example-webapp/
implementation ("org.ow2.easybeans:example-webapp:1.1.1")
'org.ow2.easybeans:example-webapp:war:1.1.1'
<dependency org="org.ow2.easybeans" name="example-webapp" rev="1.1.1">
<artifact name="example-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easybeans', module='example-webapp', version='1.1.1')
)
libraryDependencies += "org.ow2.easybeans" % "example-webapp" % "1.1.1"
[org.ow2.easybeans/example-webapp "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.easybeans : example-webapplib | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
tomcat : servlet-api | jar | 5.5.15 |
org.ow2.easybeans : example-api | jar | 1.1.1 |
org.ow2.spec.ee : ow2-ejb-3.0-spec | jar | 1.0-M1 |
org.apache.geronimo.specs : geronimo-jms_1.1_spec | jar | 1.1 |