h

http

Files download
File Operation
http-20070405.jar download
http-20070405.pom download
http-20070405-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sun.net.httpserver</groupId>
  <artifactId>http</artifactId>
  <version>20070405</version>
</dependency>
Gradle Groovy
implementation 'com.sun.net.httpserver:http:20070405'
Gradle Kotlin
implementation("com.sun.net.httpserver:http:20070405")
Scala SBT
libraryDependencies += "com.sun.net.httpserver" % "http" % "20070405"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.net.httpserver', module='http', version='20070405')
)
Apache Ivy
<dependency org="com.sun.net.httpserver" name="http" rev="20070405" />
Leiningen
[com.sun.net.httpserver/http "20070405"]
Apache Buildr
'com.sun.net.httpserver:http:jar:20070405'
Dependencies
The project has no third-party dependencies