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