GroupId | GroupIdcom.ejlchina |
---|---|
ArtifactId | ArtifactIdhttputils |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
httputils-2.2.0.pom | |
httputils-2.2.0.jar | 50 KB |
httputils-2.2.0-sources.jar | 22 KB |
httputils-2.2.0-javadoc.jar | 171 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ejlchina/httputils/ -->
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>httputils</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ejlchina/httputils/
implementation 'com.ejlchina:httputils:2.2.0'
// https://jarcasting.com/artifacts/com.ejlchina/httputils/
implementation ("com.ejlchina:httputils:2.2.0")
'com.ejlchina:httputils:jar:2.2.0'
<dependency org="com.ejlchina" name="httputils" rev="2.2.0">
<artifact name="httputils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ejlchina', module='httputils', version='2.2.0')
)
libraryDependencies += "com.ejlchina" % "httputils" % "2.2.0"
[com.ejlchina/httputils "2.2.0"]