mantou-common
馒头的公共组件库
License |
License |
---|---|
GroupId | GroupIdcom.github.chinayinman |
ArtifactId | ArtifactIdboot-annotation |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionboot-annotation
Spring Boot Annotation [SpringBoot 相关注解]
|
Filename | Size |
---|---|
boot-annotation-0.0.2.pom | |
boot-annotation-0.0.2.jar | 3 KB |
boot-annotation-0.0.2-sources.jar | 1 KB |
boot-annotation-0.0.2-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chinayinman/boot-annotation/ -->
<dependency>
<groupId>com.github.chinayinman</groupId>
<artifactId>boot-annotation</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chinayinman/boot-annotation/
implementation 'com.github.chinayinman:boot-annotation:0.0.2'
// https://jarcasting.com/artifacts/com.github.chinayinman/boot-annotation/
implementation ("com.github.chinayinman:boot-annotation:0.0.2")
'com.github.chinayinman:boot-annotation:jar:0.0.2'
<dependency org="com.github.chinayinman" name="boot-annotation" rev="0.0.2">
<artifact name="boot-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chinayinman', module='boot-annotation', version='0.0.2')
)
libraryDependencies += "com.github.chinayinman" % "boot-annotation" % "0.0.2"
[com.github.chinayinman/boot-annotation "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.mybatis : mybatis-spring | jar | 2.0.0 |
com.google.guava : guava | jar | 27.0.1-jre |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |
馒头的公共组件库