| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.equinox |
| ArtifactId | ArtifactIdhttp |
| Last Version | Last Version1.0.100-v20070423 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHTTP Service
|
| Filename | Size |
|---|---|
| http-1.0.100-v20070423.pom | |
| http-1.0.100-v20070423.jar | 91 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.equinox/http/ -->
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>http</artifactId>
<version>1.0.100-v20070423</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.equinox/http/
implementation 'org.eclipse.equinox:http:1.0.100-v20070423'
// https://jarcasting.com/artifacts/org.eclipse.equinox/http/
implementation ("org.eclipse.equinox:http:1.0.100-v20070423")
'org.eclipse.equinox:http:jar:1.0.100-v20070423'
<dependency org="org.eclipse.equinox" name="http" rev="1.0.100-v20070423">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.equinox', module='http', version='1.0.100-v20070423')
)
libraryDependencies += "org.eclipse.equinox" % "http" % "1.0.100-v20070423"
[org.eclipse.equinox/http "1.0.100-v20070423"]