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