| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.github.adedayo.eclipse.sdk | 
    
| ArtifactId | ArtifactIdorg.eclipse.equinox.http.registry | 
    
| Last Version | Last Version1.1.400 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionorg.eclipse.equinox.http.registry 
            A packaging of the eclipse sdk org.eclipse.equinox.http.registry library. 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/com.github.adedayo.eclipse.sdk/org.eclipse.equinox.http.registry/ -->
<dependency>
    <groupId>com.github.adedayo.eclipse.sdk</groupId>
    <artifactId>org.eclipse.equinox.http.registry</artifactId>
    <version>1.1.400</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.adedayo.eclipse.sdk/org.eclipse.equinox.http.registry/
implementation 'com.github.adedayo.eclipse.sdk:org.eclipse.equinox.http.registry:1.1.400'
                // https://jarcasting.com/artifacts/com.github.adedayo.eclipse.sdk/org.eclipse.equinox.http.registry/
implementation ("com.github.adedayo.eclipse.sdk:org.eclipse.equinox.http.registry:1.1.400")
                'com.github.adedayo.eclipse.sdk:org.eclipse.equinox.http.registry:jar:1.1.400'
                <dependency org="com.github.adedayo.eclipse.sdk" name="org.eclipse.equinox.http.registry" rev="1.1.400">
  <artifact name="org.eclipse.equinox.http.registry" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.adedayo.eclipse.sdk', module='org.eclipse.equinox.http.registry', version='1.1.400')
)
                libraryDependencies += "com.github.adedayo.eclipse.sdk" % "org.eclipse.equinox.http.registry" % "1.1.400"
                [com.github.adedayo.eclipse.sdk/org.eclipse.equinox.http.registry "1.1.400"]