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