| Categories | 
                CategoriesGlassFish Container Application Servers | 
        
|---|---|
| GroupId | GroupIdorg.glassfish.fighterfish | 
    
| ArtifactId | ArtifactIdsample.osgihttp.helloworld | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionHello World OSGi/HTTP Sample 
            Java.net - The Source for Java Technology Collaboration 
         | 
    
<!-- https://jarcasting.com/artifacts/org.glassfish.fighterfish/sample.osgihttp.helloworld/ -->
<dependency>
    <groupId>org.glassfish.fighterfish</groupId>
    <artifactId>sample.osgihttp.helloworld</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.glassfish.fighterfish/sample.osgihttp.helloworld/
implementation 'org.glassfish.fighterfish:sample.osgihttp.helloworld:1.0.0'
                // https://jarcasting.com/artifacts/org.glassfish.fighterfish/sample.osgihttp.helloworld/
implementation ("org.glassfish.fighterfish:sample.osgihttp.helloworld:1.0.0")
                'org.glassfish.fighterfish:sample.osgihttp.helloworld:jar:1.0.0'
                <dependency org="org.glassfish.fighterfish" name="sample.osgihttp.helloworld" rev="1.0.0">
  <artifact name="sample.osgihttp.helloworld" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.glassfish.fighterfish', module='sample.osgihttp.helloworld', version='1.0.0')
)
                libraryDependencies += "org.glassfish.fighterfish" % "sample.osgihttp.helloworld" % "1.0.0"
                [org.glassfish.fighterfish/sample.osgihttp.helloworld "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.osgi : org.osgi.core | jar | 4.2.0 | 
| org.osgi : org.osgi.compendium | jar | 4.2.0 | 
| org.glassfish : osgi-cdi-api | jar | 3.1-b41 | 
| javax : javaee-web-api | jar | 6.0 |