httpclient-util
HttpClient utils java Library. support post raw data, sign ... and easy use.
License |
License
hynnet.com
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.hynnet |
ArtifactId | ArtifactIdhynnet-coreapp |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhynnet-coreapp
Java实现的WEB应用程序的基础类库。能帮助团队快速开发出健壮的、高性能、易于维护的软件系统。
|
Filename | Size |
---|---|
hynnet-coreapp-1.1.2.pom | |
hynnet-coreapp-1.1.2.jar | 275 KB |
hynnet-coreapp-1.1.2-sources.jar | 1 KB |
hynnet-coreapp-1.1.2-javadoc.jar | 755 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hynnet/hynnet-coreapp/ -->
<dependency>
<groupId>com.hynnet</groupId>
<artifactId>hynnet-coreapp</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hynnet/hynnet-coreapp/
implementation 'com.hynnet:hynnet-coreapp:1.1.2'
// https://jarcasting.com/artifacts/com.hynnet/hynnet-coreapp/
implementation ("com.hynnet:hynnet-coreapp:1.1.2")
'com.hynnet:hynnet-coreapp:jar:1.1.2'
<dependency org="com.hynnet" name="hynnet-coreapp" rev="1.1.2">
<artifact name="hynnet-coreapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hynnet', module='hynnet-coreapp', version='1.1.2')
)
libraryDependencies += "com.hynnet" % "hynnet-coreapp" % "1.1.2"
[com.hynnet/hynnet-coreapp "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.hynnet : hynnet-util | jar | 1.1.2 |
com.hynnet : hynnet-appframework-util | jar | 1.1.2 |
com.hynnet : hynnet-appframework | jar | 1.1.2 |
com.hynnet : hynnet-model | jar | 1.1.2 |
com.hynnet : hynnet-webplugin | jar | 1.1.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
servlets.com : cos | jar | 05Nov2002 |
org.mongodb : bson | jar | [3.4.2,) |
org.mongodb : mongo-java-driver | jar | [3.4.2,) |
javax.servlet : servlet-api | jar | 3.0-alpha-1 |
javax.mail : javax.mail-api | jar | 1.5.1 |
Group / Artifact | Type | Version |
---|---|---|
com.hynnet : hynnet-test | jar | 1.1.1 |
junit : junit | jar | 4.12 |
HttpClient utils java Library. support post raw data, sign ... and easy use.