GroupId | GroupIdcom.jd.httpservice |
---|---|
ArtifactId | ArtifactIdhttpservice |
Version | Version2.0.1.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
httpservice-2.0.1.RELEASE.pom | 780 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.jd.httpservice/httpservice/ -->
<dependency>
<groupId>com.jd.httpservice</groupId>
<artifactId>httpservice</artifactId>
<version>2.0.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jd.httpservice/httpservice/
implementation 'com.jd.httpservice:httpservice:2.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.jd.httpservice/httpservice/
implementation ("com.jd.httpservice:httpservice:2.0.1.RELEASE")
'com.jd.httpservice:httpservice:pom:2.0.1.RELEASE'
<dependency org="com.jd.httpservice" name="httpservice" rev="2.0.1.RELEASE">
<artifact name="httpservice" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jd.httpservice', module='httpservice', version='2.0.1.RELEASE')
)
libraryDependencies += "com.jd.httpservice" % "httpservice" % "2.0.1.RELEASE"
[com.jd.httpservice/httpservice "2.0.1.RELEASE"]