| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesGlassFish Container Application Servers Configuration Application Layer Libs config HK2 Dependency Injection | 
        
| GroupId | GroupIdorg.glassfish.hk2 | 
    
| ArtifactId | ArtifactIdwebserver-configuration-example | 
    
| Last Version | Last Version3.0.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionA fake WebServer configured by a property file 
            A fake WebServer that is configured by a property file 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/webserver-configuration-example/ -->
<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>webserver-configuration-example</artifactId>
    <version>3.0.3</version>
</dependency>
                // https://jarcasting.com/artifacts/org.glassfish.hk2/webserver-configuration-example/
implementation 'org.glassfish.hk2:webserver-configuration-example:3.0.3'
                // https://jarcasting.com/artifacts/org.glassfish.hk2/webserver-configuration-example/
implementation ("org.glassfish.hk2:webserver-configuration-example:3.0.3")
                'org.glassfish.hk2:webserver-configuration-example:jar:3.0.3'
                <dependency org="org.glassfish.hk2" name="webserver-configuration-example" rev="3.0.3">
  <artifact name="webserver-configuration-example" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.glassfish.hk2', module='webserver-configuration-example', version='3.0.3')
)
                libraryDependencies += "org.glassfish.hk2" % "webserver-configuration-example" % "3.0.3"
                [org.glassfish.hk2/webserver-configuration-example "3.0.3"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.glassfish.hk2 : hk2-configuration-integration | jar | 3.0.3 | 
| org.glassfish.hk2 : hk2-property-file | jar | 3.0.3 | 
| org.glassfish.hk2 : hk2-configuration-hub | jar | 3.0.3 | 
| org.glassfish.hk2 : hk2-junitrunner | jar | 3.0.3 | 
| org.glassfish.hk2 : hk2-locator | jar | 3.0.3 | 
| org.glassfish.hk2 : hk2-api | jar | 3.0.3 | 
| jakarta.annotation : jakarta.annotation-api | jar | 2.0.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.1 | 
| org.easymock : easymock | jar | 3.5 |