License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdtop.jfunc.network |
ArtifactId | ArtifactIdunihttp-core |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionunihttp-core
定义Http请求相关接口及一些基础公共的实现
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
unihttp-core-2.0.1.pom | |
unihttp-core-2.0.1.jar | 212 KB |
unihttp-core-2.0.1-sources.jar | 175 KB |
unihttp-core-2.0.1-javadoc.jar | 706 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.jfunc.network/unihttp-core/ -->
<dependency>
<groupId>top.jfunc.network</groupId>
<artifactId>unihttp-core</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/top.jfunc.network/unihttp-core/
implementation 'top.jfunc.network:unihttp-core:2.0.1'
// https://jarcasting.com/artifacts/top.jfunc.network/unihttp-core/
implementation ("top.jfunc.network:unihttp-core:2.0.1")
'top.jfunc.network:unihttp-core:jar:2.0.1'
<dependency org="top.jfunc.network" name="unihttp-core" rev="2.0.1">
<artifact name="unihttp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.jfunc.network', module='unihttp-core', version='2.0.1')
)
libraryDependencies += "top.jfunc.network" % "unihttp-core" % "2.0.1"
[top.jfunc.network/unihttp-core "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
top.jfunc.common : utils | jar | 1.8.3.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.mock-server : mockserver-netty | jar | 5.5.4 |