m

microsphere-annotation-processor

Microsphere Annotation Processor
The Apache License, Version 2.0
文件下载
文件名 操作
microsphere-annotation-processor-0.0.5.jar 下载
microsphere-annotation-processor-0.0.5.pom 下载
microsphere-annotation-processor-0.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.microsphere-projects</groupId>
  <artifactId>microsphere-annotation-processor</artifactId>
  <version>0.0.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.microsphere-projects:microsphere-annotation-processor:0.0.5'
Gradle Kotlin
implementation("io.github.microsphere-projects:microsphere-annotation-processor:0.0.5")
Scala SBT
libraryDependencies += "io.github.microsphere-projects" % "microsphere-annotation-processor" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.microsphere-projects', module='microsphere-annotation-processor', version='0.0.5')
)
Apache Ivy
<dependency org="io.github.microsphere-projects" name="microsphere-annotation-processor" rev="0.0.5" />
Leiningen
[io.github.microsphere-projects/microsphere-annotation-processor "0.0.5"]
Apache Buildr
'io.github.microsphere-projects:microsphere-annotation-processor:jar:0.0.5'