License |
License |
---|---|
GroupId | GroupIdcom.github.xuchen93 |
ArtifactId | ArtifactIdmodule-web |
Version | Version1.0.12 |
Type | Typejar |
Description |
Descriptionmodule-web
Demo project for Spring Boot
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
module-web-1.0.12.pom | |
module-web-1.0.12.jar | 27 KB |
module-web-1.0.12-sources.jar | 14 KB |
module-web-1.0.12-javadoc.jar | 511 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xuchen93/module-web/ -->
<dependency>
<groupId>com.github.xuchen93</groupId>
<artifactId>module-web</artifactId>
<version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuchen93/module-web/
implementation 'com.github.xuchen93:module-web:1.0.12'
// https://jarcasting.com/artifacts/com.github.xuchen93/module-web/
implementation ("com.github.xuchen93:module-web:1.0.12")
'com.github.xuchen93:module-web:jar:1.0.12'
<dependency org="com.github.xuchen93" name="module-web" rev="1.0.12">
<artifact name="module-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuchen93', module='module-web', version='1.0.12')
)
libraryDependencies += "com.github.xuchen93" % "module-web" % "1.0.12"
[com.github.xuchen93/module-web "1.0.12"]
Group / Artifact | Type | Version |
---|---|---|
com.github.xuchen93 : module-core | jar | 1.0.12 |
org.springframework.boot : spring-boot-starter-web | jar | 2.3.1.RELEASE |
org.springframework.boot : spring-boot-starter-aop | jar | 2.3.1.RELEASE |
com.auth0 : java-jwt | jar | 3.10.2 |
org.projectlombok : lombok Optional | jar | 1.18.12 |
cn.hutool : hutool-all | jar | 5.3.8 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.1.RELEASE |