GroupId | GroupIdcom.mdsol |
---|---|
ArtifactId | ArtifactIdmauth-common |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
mauth-common-2.0.4.pom | |
mauth-common-2.0.4.jar | 12 KB |
mauth-common-2.0.4-sources.jar | 9 KB |
mauth-common-2.0.4-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mdsol/mauth-common/ -->
<dependency>
<groupId>com.mdsol</groupId>
<artifactId>mauth-common</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.mdsol/mauth-common/
implementation 'com.mdsol:mauth-common:2.0.4'
// https://jarcasting.com/artifacts/com.mdsol/mauth-common/
implementation ("com.mdsol:mauth-common:2.0.4")
'com.mdsol:mauth-common:jar:2.0.4'
<dependency org="com.mdsol" name="mauth-common" rev="2.0.4">
<artifact name="mauth-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mdsol', module='mauth-common', version='2.0.4')
)
libraryDependencies += "com.mdsol" % "mauth-common" % "2.0.4"
[com.mdsol/mauth-common "2.0.4"]