GroupId | GroupIdcom.jd.httpservice |
---|---|
ArtifactId | ArtifactIdhttpservice-utils |
Version | Version2.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jd.httpservice/httpservice-utils/ -->
<dependency>
<groupId>com.jd.httpservice</groupId>
<artifactId>httpservice-utils</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jd.httpservice/httpservice-utils/
implementation 'com.jd.httpservice:httpservice-utils:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.jd.httpservice/httpservice-utils/
implementation ("com.jd.httpservice:httpservice-utils:2.0.0.RELEASE")
'com.jd.httpservice:httpservice-utils:jar:2.0.0.RELEASE'
<dependency org="com.jd.httpservice" name="httpservice-utils" rev="2.0.0.RELEASE">
<artifact name="httpservice-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jd.httpservice', module='httpservice-utils', version='2.0.0.RELEASE')
)
libraryDependencies += "com.jd.httpservice" % "httpservice-utils" % "2.0.0.RELEASE"
[com.jd.httpservice/httpservice-utils "2.0.0.RELEASE"]