GroupId | GroupIdorg.fastquery |
---|---|
ArtifactId | ArtifactIdhttpsign |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
httpsign-1.0.4.pom | |
httpsign-1.0.4.jar | 25 KB |
httpsign-1.0.4-sources.jar | 24 KB |
httpsign-1.0.4-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fastquery/httpsign/ -->
<dependency>
<groupId>org.fastquery</groupId>
<artifactId>httpsign</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.fastquery/httpsign/
implementation 'org.fastquery:httpsign:1.0.4'
// https://jarcasting.com/artifacts/org.fastquery/httpsign/
implementation ("org.fastquery:httpsign:1.0.4")
'org.fastquery:httpsign:jar:1.0.4'
<dependency org="org.fastquery" name="httpsign" rev="1.0.4">
<artifact name="httpsign" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fastquery', module='httpsign', version='1.0.4')
)
libraryDependencies += "org.fastquery" % "httpsign" % "1.0.4"
[org.fastquery/httpsign "1.0.4"]