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