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