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