GroupId | GroupIdcom.midcu |
---|---|
ArtifactId | ArtifactIdauth-web |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionauth-web
Authweb project for Spring Boot
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
auth-web-0.0.3.pom | |
auth-web-0.0.3.jar | 47 KB |
auth-web-0.0.3-sources.jar | 19 KB |
auth-web-0.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.midcu/auth-web/
implementation 'com.midcu:auth-web:0.0.3'
// https://jarcasting.com/artifacts/com.midcu/auth-web/
implementation ("com.midcu:auth-web:0.0.3")
'com.midcu:auth-web:jar:0.0.3'
<dependency org="com.midcu" name="auth-web" rev="0.0.3">
<artifact name="auth-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.midcu', module='auth-web', version='0.0.3')
)
libraryDependencies += "com.midcu" % "auth-web" % "0.0.3"
[com.midcu/auth-web "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-security | jar | |
org.springframework.boot : spring-boot-starter-validation | jar | |
org.springdoc : springdoc-openapi-ui | jar | 1.5.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.security : spring-security-test | jar |