mantou-common
馒头的公共组件库
License |
License |
---|---|
GroupId | GroupIdcom.github.chinayinman |
ArtifactId | ArtifactIdcloud-annotation |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncloud-annotation
Spring Cloud Annotation [SpringCloud 相关注解]
|
Filename | Size |
---|---|
cloud-annotation-0.0.2.pom | |
cloud-annotation-0.0.2.jar | 4 KB |
cloud-annotation-0.0.2-sources.jar | 2 KB |
cloud-annotation-0.0.2-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chinayinman/cloud-annotation/ -->
<dependency>
<groupId>com.github.chinayinman</groupId>
<artifactId>cloud-annotation</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chinayinman/cloud-annotation/
implementation 'com.github.chinayinman:cloud-annotation:0.0.2'
// https://jarcasting.com/artifacts/com.github.chinayinman/cloud-annotation/
implementation ("com.github.chinayinman:cloud-annotation:0.0.2")
'com.github.chinayinman:cloud-annotation:jar:0.0.2'
<dependency org="com.github.chinayinman" name="cloud-annotation" rev="0.0.2">
<artifact name="cloud-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chinayinman', module='cloud-annotation', version='0.0.2')
)
libraryDependencies += "com.github.chinayinman" % "cloud-annotation" % "0.0.2"
[com.github.chinayinman/cloud-annotation "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.cloud : spring-cloud-openfeign-core | jar | |
org.springframework.cloud : spring-cloud-commons | 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 |
馒头的公共组件库