| GroupId | GroupIdcom.midcu |
|---|---|
| ArtifactId | ArtifactIdauth |
| Version | Version2.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| auth-2.0.0.pom | |
| auth-2.0.0.jar | 76 KB |
| auth-2.0.0-sources.jar | 32 KB |
| auth-2.0.0-javadoc.jar | 704 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.midcu/auth/ -->
<dependency>
<groupId>com.midcu</groupId>
<artifactId>auth</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.midcu/auth/
implementation 'com.midcu:auth:2.0.0'
// https://jarcasting.com/artifacts/com.midcu/auth/
implementation ("com.midcu:auth:2.0.0")
'com.midcu:auth:jar:2.0.0'
<dependency org="com.midcu" name="auth" rev="2.0.0">
<artifact name="auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.midcu', module='auth', version='2.0.0')
)
libraryDependencies += "com.midcu" % "auth" % "2.0.0"
[com.midcu/auth "2.0.0"]