| License | 
                License
                                                        CDDL+GPL                                                 
                             | 
        
|---|---|
| Categories | 
                CategoriesGlassFish Container Application Servers | 
        
| GroupId | GroupIdorg.glassfish.external | 
    
| ArtifactId | ArtifactIdmanagement-api-sources | 
    
| Last Version | Last Version3.1.0-b001 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionmanagement-api-sources 
            GlassFish Common API source code 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| management-api-sources-3.1.0-b001.pom | |
| management-api-sources-3.1.0-b001.jar | 65 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.glassfish.external/management-api-sources/ -->
<dependency>
    <groupId>org.glassfish.external</groupId>
    <artifactId>management-api-sources</artifactId>
    <version>3.1.0-b001</version>
</dependency>
                // https://jarcasting.com/artifacts/org.glassfish.external/management-api-sources/
implementation 'org.glassfish.external:management-api-sources:3.1.0-b001'
                // https://jarcasting.com/artifacts/org.glassfish.external/management-api-sources/
implementation ("org.glassfish.external:management-api-sources:3.1.0-b001")
                'org.glassfish.external:management-api-sources:jar:3.1.0-b001'
                <dependency org="org.glassfish.external" name="management-api-sources" rev="3.1.0-b001">
  <artifact name="management-api-sources" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.glassfish.external', module='management-api-sources', version='3.1.0-b001')
)
                libraryDependencies += "org.glassfish.external" % "management-api-sources" % "3.1.0-b001"
                [org.glassfish.external/management-api-sources "3.1.0-b001"]