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