is not current version
Last Version 1.0.5

org.fastquery:httpsign 1.0.2

RESTful API 签名认证

GroupId

GroupId

org.fastquery
ArtifactId

ArtifactId

httpsign
Version

Version

1.0.2
Type

Type

jar

Download httpsign 1.0.2


<!-- https://jarcasting.com/artifacts/org.fastquery/httpsign/ -->
<dependency>
    <groupId>org.fastquery</groupId>
    <artifactId>httpsign</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.fastquery/httpsign/
implementation 'org.fastquery:httpsign:1.0.2'
// https://jarcasting.com/artifacts/org.fastquery/httpsign/
implementation ("org.fastquery:httpsign:1.0.2")
'org.fastquery:httpsign:jar:1.0.2'
<dependency org="org.fastquery" name="httpsign" rev="1.0.2">
  <artifact name="httpsign" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fastquery', module='httpsign', version='1.0.2')
)
libraryDependencies += "org.fastquery" % "httpsign" % "1.0.2"
[org.fastquery/httpsign "1.0.2"]