License |
License |
---|---|
Categories |
CategoriesGeronimo Container Application Servers |
GroupId | GroupIdorg.apache.geronimo.samples |
ArtifactId | ArtifactIdcalculator-ear |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typeear |
Description |
DescriptionGeronimo Samples :: calculator :: EAR
Geronimo Samples for a servlet referencing a stateless session bean using dependency injection.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
calculator-ear-2.2.1.pom | |
calculator-ear-2.2.1.ear | 27 KB |
calculator-ear-2.2.1-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.samples/calculator-ear/ -->
<dependency>
<groupId>org.apache.geronimo.samples</groupId>
<artifactId>calculator-ear</artifactId>
<version>2.2.1</version>
<type>ear</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.samples/calculator-ear/
implementation 'org.apache.geronimo.samples:calculator-ear:2.2.1'
// https://jarcasting.com/artifacts/org.apache.geronimo.samples/calculator-ear/
implementation ("org.apache.geronimo.samples:calculator-ear:2.2.1")
'org.apache.geronimo.samples:calculator-ear:ear:2.2.1'
<dependency org="org.apache.geronimo.samples" name="calculator-ear" rev="2.2.1">
<artifact name="calculator-ear" type="ear" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.samples', module='calculator-ear', version='2.2.1')
)
libraryDependencies += "org.apache.geronimo.samples" % "calculator-ear" % "2.2.1"
[org.apache.geronimo.samples/calculator-ear "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.geronimo.samples : calculator-ejb | ejb | 2.2.1 |
org.apache.geronimo.samples : calculator-war | war | 2.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.geronimo.specs : geronimo-jsp_2.1_spec | jar | |
org.apache.geronimo.specs : geronimo-ejb_3.0_spec | jar | |
org.apache.geronimo.specs : geronimo-servlet_2.5_spec | jar |