GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdhttp-signature |
Version | Version0.10.1 |
Type | Typejar |
Filename | Size |
---|---|
http-signature-0.10.1.pom | |
http-signature-0.10.1.jar | 18 KB |
http-signature-0.10.1-sources.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/http-signature/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>http-signature</artifactId>
<version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/http-signature/
implementation 'org.webjars.npm:http-signature:0.10.1'
// https://jarcasting.com/artifacts/org.webjars.npm/http-signature/
implementation ("org.webjars.npm:http-signature:0.10.1")
'org.webjars.npm:http-signature:jar:0.10.1'
<dependency org="org.webjars.npm" name="http-signature" rev="0.10.1">
<artifact name="http-signature" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='http-signature', version='0.10.1')
)
libraryDependencies += "org.webjars.npm" % "http-signature" % "0.10.1"
[org.webjars.npm/http-signature "0.10.1"]