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