文件下载
文件名 操作
view-annotation-1.0.0.jar 下载
view-annotation-1.0.0.pom 下载
view-annotation-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.weihuihuang</groupId>
  <artifactId>view-annotation</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.weihuihuang:view-annotation:1.0.0'
Gradle Kotlin
implementation("io.github.weihuihuang:view-annotation:1.0.0")
Scala SBT
libraryDependencies += "io.github.weihuihuang" % "view-annotation" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.weihuihuang', module='view-annotation', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.weihuihuang" name="view-annotation" rev="1.0.0" />
Leiningen
[io.github.weihuihuang/view-annotation "1.0.0"]
Apache Buildr
'io.github.weihuihuang:view-annotation:jar:1.0.0'
本项目依赖
该项目无第三方依赖