| Группа | Группаcom.mdsol |
|---|---|
| Идентификатор | Идентификаторmauth-signer-apachehttp |
| Версия | Версия2.0.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.mdsol/mauth-signer-apachehttp/ -->
<dependency>
<groupId>com.mdsol</groupId>
<artifactId>mauth-signer-apachehttp</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.mdsol/mauth-signer-apachehttp/
implementation 'com.mdsol:mauth-signer-apachehttp:2.0.4'
// https://jarcasting.com/artifacts/com.mdsol/mauth-signer-apachehttp/
implementation ("com.mdsol:mauth-signer-apachehttp:2.0.4")
'com.mdsol:mauth-signer-apachehttp:jar:2.0.4'
<dependency org="com.mdsol" name="mauth-signer-apachehttp" rev="2.0.4">
<artifact name="mauth-signer-apachehttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mdsol', module='mauth-signer-apachehttp', version='2.0.4')
)
libraryDependencies += "com.mdsol" % "mauth-signer-apachehttp" % "2.0.4"
[com.mdsol/mauth-signer-apachehttp "2.0.4"]