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