License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdtop.jfunc.network |
ArtifactId | ArtifactIdunihttp-jodd |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionunihttp-jodd
使用Jodd-http实现的通用HTTP接口
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
unihttp-jodd-2.0.1.pom | |
unihttp-jodd-2.0.1.jar | 15 KB |
unihttp-jodd-2.0.1-sources.jar | 9 KB |
unihttp-jodd-2.0.1-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.jfunc.network/unihttp-jodd/ -->
<dependency>
<groupId>top.jfunc.network</groupId>
<artifactId>unihttp-jodd</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/top.jfunc.network/unihttp-jodd/
implementation 'top.jfunc.network:unihttp-jodd:2.0.1'
// https://jarcasting.com/artifacts/top.jfunc.network/unihttp-jodd/
implementation ("top.jfunc.network:unihttp-jodd:2.0.1")
'top.jfunc.network:unihttp-jodd:jar:2.0.1'
<dependency org="top.jfunc.network" name="unihttp-jodd" rev="2.0.1">
<artifact name="unihttp-jodd" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.jfunc.network', module='unihttp-jodd', version='2.0.1')
)
libraryDependencies += "top.jfunc.network" % "unihttp-jodd" % "2.0.1"
[top.jfunc.network/unihttp-jodd "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
top.jfunc.network : unihttp-core | jar | 2.0.1 |
org.jodd : jodd-http | jar | 5.1.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 |