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