| License | License | 
|---|---|
| Categories | CategoriesGlassFish Container Application Servers | 
| GroupId | GroupIdorg.glassfish | 
| ArtifactId | ArtifactIdmojarra-parent | 
| Last Version | Last Version4.0.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionMojarra 4.0.0 - Project Eclipse Enterprise for Java (EE4J) is an open source initiative to create standard APIs,
        implementations of those APIs, and technology compatibility kits for Java runtimes
        that enable development, deployment, and management of server-side and cloud-native applications. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| mojarra-parent-4.0.0.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.glassfish/mojarra-parent/ -->
<dependency>
    <groupId>org.glassfish</groupId>
    <artifactId>mojarra-parent</artifactId>
    <version>4.0.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.glassfish/mojarra-parent/
implementation 'org.glassfish:mojarra-parent:4.0.0'// https://jarcasting.com/artifacts/org.glassfish/mojarra-parent/
implementation ("org.glassfish:mojarra-parent:4.0.0")'org.glassfish:mojarra-parent:pom:4.0.0'<dependency org="org.glassfish" name="mojarra-parent" rev="4.0.0">
  <artifact name="mojarra-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.glassfish', module='mojarra-parent', version='4.0.0')
)libraryDependencies += "org.glassfish" % "mojarra-parent" % "4.0.0"[org.glassfish/mojarra-parent "4.0.0"]