is not current version
Last Version 0.0.3

com.midcu:auth-web 0.0.2

Authweb project for Spring Boot

GroupId

GroupId

com.midcu
ArtifactId

ArtifactId

auth-web
Version

Version

0.0.2
Type

Type

jar

Download auth-web 0.0.2


<!-- 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"]