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