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