License |
License |
---|---|
GroupId | GroupIdcool.mtc |
ArtifactId | ArtifactIdmtc-starter-web |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description基于Spring Boot的二次封装,封装了一些通用的功能、工具
|
Filename | Size |
---|---|
mtc-starter-web-1.0.0.pom | |
mtc-starter-web-1.0.0.jar | 24 KB |
mtc-starter-web-1.0.0-sources.jar | 12 KB |
mtc-starter-web-1.0.0-javadoc.jar | 152 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cool.mtc/mtc-starter-web/ -->
<dependency>
<groupId>cool.mtc</groupId>
<artifactId>mtc-starter-web</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cool.mtc/mtc-starter-web/
implementation 'cool.mtc:mtc-starter-web:1.0.0'
// https://jarcasting.com/artifacts/cool.mtc/mtc-starter-web/
implementation ("cool.mtc:mtc-starter-web:1.0.0")
'cool.mtc:mtc-starter-web:jar:1.0.0'
<dependency org="cool.mtc" name="mtc-starter-web" rev="1.0.0">
<artifact name="mtc-starter-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='cool.mtc', module='mtc-starter-web', version='1.0.0')
)
libraryDependencies += "cool.mtc" % "mtc-starter-web" % "1.0.0"
[cool.mtc/mtc-starter-web "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
cool.mtc : mtc-core | jar | 1.0.0 |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-configuration-processor | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |