License |
License |
---|---|
GroupId | GroupIdcom.github.xuchen93 |
ArtifactId | ArtifactIdmodule-web |
Last Version | Last Version1.0.14 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmodule-web
Demo project for Spring Boot
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
module-web-1.0.14.pom | |
module-web-1.0.14.jar | 26 KB |
module-web-1.0.14-sources.jar | 15 KB |
module-web-1.0.14-javadoc.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xuchen93/module-web/ -->
<dependency>
<groupId>com.github.xuchen93</groupId>
<artifactId>module-web</artifactId>
<version>1.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuchen93/module-web/
implementation 'com.github.xuchen93:module-web:1.0.14'
// https://jarcasting.com/artifacts/com.github.xuchen93/module-web/
implementation ("com.github.xuchen93:module-web:1.0.14")
'com.github.xuchen93:module-web:jar:1.0.14'
<dependency org="com.github.xuchen93" name="module-web" rev="1.0.14">
<artifact name="module-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuchen93', module='module-web', version='1.0.14')
)
libraryDependencies += "com.github.xuchen93" % "module-web" % "1.0.14"
[com.github.xuchen93/module-web "1.0.14"]
Group / Artifact | Type | Version |
---|---|---|
com.github.xuchen93 : module-core | jar | 1.0.14 |
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.7.5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.1.RELEASE |