GroupId | GroupIdcom.github.makewheels |
---|---|
ArtifactId | ArtifactIdHttpUtils |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
HttpUtils-1.0.0.pom | |
HttpUtils-1.0.0.jar | 4 KB |
HttpUtils-1.0.0-sources.jar | 1 KB |
HttpUtils-1.0.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.makewheels/HttpUtils/ -->
<dependency>
<groupId>com.github.makewheels</groupId>
<artifactId>HttpUtils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.makewheels/HttpUtils/
implementation 'com.github.makewheels:HttpUtils:1.0.0'
// https://jarcasting.com/artifacts/com.github.makewheels/HttpUtils/
implementation ("com.github.makewheels:HttpUtils:1.0.0")
'com.github.makewheels:HttpUtils:jar:1.0.0'
<dependency org="com.github.makewheels" name="HttpUtils" rev="1.0.0">
<artifact name="HttpUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.makewheels', module='HttpUtils', version='1.0.0')
)
libraryDependencies += "com.github.makewheels" % "HttpUtils" % "1.0.0"
[com.github.makewheels/HttpUtils "1.0.0"]