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