| License |
License |
|---|---|
| GroupId | GroupIdcom.kncept.httpserver |
| ArtifactId | ArtifactIdhttp-utils |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAn implementation of the Java HTTP Server
(including the OpenJDK interfaces and provided implementation)
|
| Filename | Size |
|---|---|
| http-utils-1.0.2.pom | |
| http-utils-1.0.2.jar | 16 KB |
| http-utils-1.0.2-sources.jar | 9 KB |
| http-utils-1.0.2-javadoc.jar | 102 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kncept.httpserver/http-utils/ -->
<dependency>
<groupId>com.kncept.httpserver</groupId>
<artifactId>http-utils</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.kncept.httpserver/http-utils/
implementation 'com.kncept.httpserver:http-utils:1.0.2'
// https://jarcasting.com/artifacts/com.kncept.httpserver/http-utils/
implementation ("com.kncept.httpserver:http-utils:1.0.2")
'com.kncept.httpserver:http-utils:jar:1.0.2'
<dependency org="com.kncept.httpserver" name="http-utils" rev="1.0.2">
<artifact name="http-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kncept.httpserver', module='http-utils', version='1.0.2')
)
libraryDependencies += "com.kncept.httpserver" % "http-utils" % "1.0.2"
[com.kncept.httpserver/http-utils "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.kncept.httpserver : java-provider | jar | 7.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.4 |