Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.adamcin.httpsig |
ArtifactId | ArtifactIdhttpsig-hmac |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
httpsig-hmac-1.2.0.pom | |
httpsig-hmac-1.2.0.jar | 6 KB |
httpsig-hmac-1.2.0-sources.jar | 4 KB |
httpsig-hmac-1.2.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.adamcin.httpsig/httpsig-hmac/ -->
<dependency>
<groupId>net.adamcin.httpsig</groupId>
<artifactId>httpsig-hmac</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.adamcin.httpsig/httpsig-hmac/
implementation 'net.adamcin.httpsig:httpsig-hmac:1.2.0'
// https://jarcasting.com/artifacts/net.adamcin.httpsig/httpsig-hmac/
implementation ("net.adamcin.httpsig:httpsig-hmac:1.2.0")
'net.adamcin.httpsig:httpsig-hmac:jar:1.2.0'
<dependency org="net.adamcin.httpsig" name="httpsig-hmac" rev="1.2.0">
<artifact name="httpsig-hmac" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.adamcin.httpsig', module='httpsig-hmac', version='1.2.0')
)
libraryDependencies += "net.adamcin.httpsig" % "httpsig-hmac" % "1.2.0"
[net.adamcin.httpsig/httpsig-hmac "1.2.0"]