Group Id com.github.spotbugs
Artifact Id spotbugs-archetype
Version 0.2.2
Packaging jar
URL -
Badge
Last Updated 2018-11-26T03:44:40+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>com.github.spotbugs</groupId>
    <artifactId>spotbugs-archetype</artifactId>
    <version>0.2.2</version>
</dependency>
implementation group: 'com.github.spotbugs', name: 'spotbugs-archetype', version: '0.2.2'
implementation 'com.github.spotbugs:spotbugs-archetype:0.2.2'
implementation("com.github.spotbugs:spotbugs-archetype:0.2.2")
libraryDependencies += "com.github.spotbugs" % "spotbugs-archetype" % "0.2.2"
<dependency org="com.github.spotbugs" name="spotbugs-archetype" rev="0.2.2"/>
@Grapes(
    @Grab(group='com.github.spotbugs', module='spotbugs-archetype', version='0.2.2')
)
[com.github.spotbugs/spotbugs-archetype "0.2.2"]
'com.github.spotbugs:spotbugs-archetype:0.2.2'