| License | License
                                                        CDDL + GPLv2 with classpath exception                                                 | 
|---|---|
| Categories | CategoriesGlassFish Container Application Servers | 
| GroupId | GroupIdorg.glassfish | 
| ArtifactId | ArtifactIdjavaee | 
| Last Version | Last Version3.0-b64 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Project Organization | Project OrganizationGlassFish Community | 
| Filename | Size | 
|---|---|
| javaee-3.0-b64.pom | |
| javaee-3.0-b64.jar | 2 KB | 
| javaee-3.0-b64-sources.jar | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.glassfish/javaee/ -->
<dependency>
    <groupId>org.glassfish</groupId>
    <artifactId>javaee</artifactId>
    <version>3.0-b64</version>
</dependency>// https://jarcasting.com/artifacts/org.glassfish/javaee/
implementation 'org.glassfish:javaee:3.0-b64'// https://jarcasting.com/artifacts/org.glassfish/javaee/
implementation ("org.glassfish:javaee:3.0-b64")'org.glassfish:javaee:jar:3.0-b64'<dependency org="org.glassfish" name="javaee" rev="3.0-b64">
  <artifact name="javaee" type="jar" />
</dependency>@Grapes(
@Grab(group='org.glassfish', module='javaee', version='3.0-b64')
)libraryDependencies += "org.glassfish" % "javaee" % "3.0-b64"[org.glassfish/javaee "3.0-b64"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit Optional | jar | 4.3.1 |