Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.sun.net.httpserver |
ArtifactId | ArtifactIdhttp |
Last Version | Last Version20070405 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
http-20070405.pom | |
http-20070405.jar | 79 KB |
http-20070405-sources.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.net.httpserver/http/ -->
<dependency>
<groupId>com.sun.net.httpserver</groupId>
<artifactId>http</artifactId>
<version>20070405</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.net.httpserver/http/
implementation 'com.sun.net.httpserver:http:20070405'
// https://jarcasting.com/artifacts/com.sun.net.httpserver/http/
implementation ("com.sun.net.httpserver:http:20070405")
'com.sun.net.httpserver:http:jar:20070405'
<dependency org="com.sun.net.httpserver" name="http" rev="20070405">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.net.httpserver', module='http', version='20070405')
)
libraryDependencies += "com.sun.net.httpserver" % "http" % "20070405"
[com.sun.net.httpserver/http "20070405"]