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