is not current version
Last Version 0.0.3

com.midcu:auth-dao 0.0.1

Authdao project for Spring Boot

GroupId

GroupId

com.midcu
ArtifactId

ArtifactId

auth-dao
Version

Version

0.0.1
Type

Type

jar

Download auth-dao 0.0.1


<!-- https://jarcasting.com/artifacts/com.midcu/auth-dao/ -->
<dependency>
    <groupId>com.midcu</groupId>
    <artifactId>auth-dao</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.midcu/auth-dao/
implementation 'com.midcu:auth-dao:0.0.1'
// https://jarcasting.com/artifacts/com.midcu/auth-dao/
implementation ("com.midcu:auth-dao:0.0.1")
'com.midcu:auth-dao:jar:0.0.1'
<dependency org="com.midcu" name="auth-dao" rev="0.0.1">
  <artifact name="auth-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.midcu', module='auth-dao', version='0.0.1')
)
libraryDependencies += "com.midcu" % "auth-dao" % "0.0.1"
[com.midcu/auth-dao "0.0.1"]