c

comment-analyzer-maven-plugin

Plugin for finding code areas by a defined tag in comments.
https://github.com/Seitenbau/comment-analyzer-maven-plugin
The Apache License, Version 2.0
Jonas Graf
Files download
File Operation
comment-analyzer-maven-plugin-0.1.16.jar download
comment-analyzer-maven-plugin-0.1.16.pom download
comment-analyzer-maven-plugin-0.1.16-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.seitenbau</groupId>
  <artifactId>comment-analyzer-maven-plugin</artifactId>
  <version>0.1.16</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.seitenbau:comment-analyzer-maven-plugin:0.1.16'
Gradle Kotlin
implementation("com.github.seitenbau:comment-analyzer-maven-plugin:0.1.16")
Scala SBT
libraryDependencies += "com.github.seitenbau" % "comment-analyzer-maven-plugin" % "0.1.16"
Groovy Grape
@Grapes(
  @Grab(group='com.github.seitenbau', module='comment-analyzer-maven-plugin', version='0.1.16')
)
Apache Ivy
<dependency org="com.github.seitenbau" name="comment-analyzer-maven-plugin" rev="0.1.16" />
Leiningen
[com.github.seitenbau/comment-analyzer-maven-plugin "0.1.16"]
Apache Buildr
'com.github.seitenbau:comment-analyzer-maven-plugin:jar:0.1.16'