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