License |
License |
---|---|
GroupId | GroupIdorg.apache.openwebbeans.samples |
ArtifactId | ArtifactIdejb-sample |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionApache OpenWebBeans :: Sample Ejb Demo On OpenEJB in Tomcat
Sample Ejb Demo
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ejb-sample-1.1.0.pom | |
ejb-sample-1.1.0.war | 322 KB |
ejb-sample-1.1.0-sources.jar | 15 KB |
ejb-sample-1.1.0-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.openwebbeans.samples/ejb-sample/ -->
<dependency>
<groupId>org.apache.openwebbeans.samples</groupId>
<artifactId>ejb-sample</artifactId>
<version>1.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openwebbeans.samples/ejb-sample/
implementation 'org.apache.openwebbeans.samples:ejb-sample:1.1.0'
// https://jarcasting.com/artifacts/org.apache.openwebbeans.samples/ejb-sample/
implementation ("org.apache.openwebbeans.samples:ejb-sample:1.1.0")
'org.apache.openwebbeans.samples:ejb-sample:war:1.1.0'
<dependency org="org.apache.openwebbeans.samples" name="ejb-sample" rev="1.1.0">
<artifact name="ejb-sample" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.openwebbeans.samples', module='ejb-sample', version='1.1.0')
)
libraryDependencies += "org.apache.openwebbeans.samples" % "ejb-sample" % "1.1.0"
[org.apache.openwebbeans.samples/ejb-sample "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.facelets : jsf-facelets | jar | 1.1.14 |
org.apache.openwebbeans : openwebbeans-ejb | jar | 1.1.0 |