| GroupId | GroupIdcom.mdsol |
|---|---|
| ArtifactId | ArtifactIdmauth-signer-apachehttp |
| Version | Version1.0.7 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mdsol/mauth-signer-apachehttp/ -->
<dependency>
<groupId>com.mdsol</groupId>
<artifactId>mauth-signer-apachehttp</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.mdsol/mauth-signer-apachehttp/
implementation 'com.mdsol:mauth-signer-apachehttp:1.0.7'
// https://jarcasting.com/artifacts/com.mdsol/mauth-signer-apachehttp/
implementation ("com.mdsol:mauth-signer-apachehttp:1.0.7")
'com.mdsol:mauth-signer-apachehttp:jar:1.0.7'
<dependency org="com.mdsol" name="mauth-signer-apachehttp" rev="1.0.7">
<artifact name="mauth-signer-apachehttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mdsol', module='mauth-signer-apachehttp', version='1.0.7')
)
libraryDependencies += "com.mdsol" % "mauth-signer-apachehttp" % "1.0.7"
[com.mdsol/mauth-signer-apachehttp "1.0.7"]