GroupId | GroupIdcom.kncept.httpserver |
---|---|
ArtifactId | ArtifactIdhttp-utils |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
http-utils-0.8.0.pom | |
http-utils-0.8.0.jar | 16 KB |
http-utils-0.8.0-sources.jar | 9 KB |
http-utils-0.8.0-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>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kncept.httpserver/http-utils/
implementation 'com.kncept.httpserver:http-utils:0.8.0'
// https://jarcasting.com/artifacts/com.kncept.httpserver/http-utils/
implementation ("com.kncept.httpserver:http-utils:0.8.0")
'com.kncept.httpserver:http-utils:jar:0.8.0'
<dependency org="com.kncept.httpserver" name="http-utils" rev="0.8.0">
<artifact name="http-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kncept.httpserver', module='http-utils', version='0.8.0')
)
libraryDependencies += "com.kncept.httpserver" % "http-utils" % "0.8.0"
[com.kncept.httpserver/http-utils "0.8.0"]