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