| License | 
                License
                                                        CDDL + GPLv2 with classpath exception                                                 
                             | 
        
|---|---|
| Categories | 
                CategoriesGlassFish Container Application Servers | 
        
| GroupId | GroupIdorg.glassfish.ejb | 
    
| ArtifactId | ArtifactIdejb | 
    
| Last Version | Last Version10.0-b28 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionGlassFish EJB container related modules 
            
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| ejb-10.0-b28.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.glassfish.ejb/ejb/ -->
<dependency>
    <groupId>org.glassfish.ejb</groupId>
    <artifactId>ejb</artifactId>
    <version>10.0-b28</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.glassfish.ejb/ejb/
implementation 'org.glassfish.ejb:ejb:10.0-b28'
                // https://jarcasting.com/artifacts/org.glassfish.ejb/ejb/
implementation ("org.glassfish.ejb:ejb:10.0-b28")
                'org.glassfish.ejb:ejb:pom:10.0-b28'
                <dependency org="org.glassfish.ejb" name="ejb" rev="10.0-b28">
  <artifact name="ejb" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.glassfish.ejb', module='ejb', version='10.0-b28')
)
                libraryDependencies += "org.glassfish.ejb" % "ejb" % "10.0-b28"
                [org.glassfish.ejb/ejb "10.0-b28"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit Optional | jar | 4.3.1 |