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