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