GroupId | GroupIdcom.midcu |
---|---|
ArtifactId | ArtifactIdauth-dao |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionauth-dao
Authdao project for Spring Boot
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
auth-dao-0.0.3.pom | |
auth-dao-0.0.3.jar | 36 KB |
auth-dao-0.0.3-sources.jar | 16 KB |
auth-dao-0.0.3-javadoc.jar | 522 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.midcu/auth-dao/ -->
<dependency>
<groupId>com.midcu</groupId>
<artifactId>auth-dao</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.midcu/auth-dao/
implementation 'com.midcu:auth-dao:0.0.3'
// https://jarcasting.com/artifacts/com.midcu/auth-dao/
implementation ("com.midcu:auth-dao:0.0.3")
'com.midcu:auth-dao:jar:0.0.3'
<dependency org="com.midcu" name="auth-dao" rev="0.0.3">
<artifact name="auth-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.midcu', module='auth-dao', version='0.0.3')
)
libraryDependencies += "com.midcu" % "auth-dao" % "0.0.3"
[com.midcu/auth-dao "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-jpa | jar | |
com.midcu : auth-web | jar | 0.0.3 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar |