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