GroupId | GroupIdcom.kncept.httpserver |
---|---|
ArtifactId | ArtifactIdhttp-utils |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
http-utils-1.0.0.pom | |
http-utils-1.0.0.jar | 34 KB |
http-utils-1.0.0-sources.jar | 18 KB |
http-utils-1.0.0-javadoc.jar | 195 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kncept.httpserver/http-utils/ -->
<dependency>
<groupId>com.kncept.httpserver</groupId>
<artifactId>http-utils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kncept.httpserver/http-utils/
implementation 'com.kncept.httpserver:http-utils:1.0.0'
// https://jarcasting.com/artifacts/com.kncept.httpserver/http-utils/
implementation ("com.kncept.httpserver:http-utils:1.0.0")
'com.kncept.httpserver:http-utils:jar:1.0.0'
<dependency org="com.kncept.httpserver" name="http-utils" rev="1.0.0">
<artifact name="http-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kncept.httpserver', module='http-utils', version='1.0.0')
)
libraryDependencies += "com.kncept.httpserver" % "http-utils" % "1.0.0"
[com.kncept.httpserver/http-utils "1.0.0"]