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