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