g

gitcharts-maven-plugin

Uses git fame to compute graph and give you direct statistics of your contribution into your project.
https://github.com/MathieuPaillart/git-charts
GNU GENERAL PUBLIC LICENSE 3.0
gitCharts
Mathieu Paillart
文件下载
文件名 操作
gitcharts-maven-plugin-1.2.jar 下载
gitcharts-maven-plugin-1.2.pom 下载
gitcharts-maven-plugin-1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.mathieupaillart</groupId>
  <artifactId>gitcharts-maven-plugin</artifactId>
  <version>1.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.mathieupaillart:gitcharts-maven-plugin:1.2'
Gradle Kotlin
implementation("com.github.mathieupaillart:gitcharts-maven-plugin:1.2")
Scala SBT
libraryDependencies += "com.github.mathieupaillart" % "gitcharts-maven-plugin" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mathieupaillart', module='gitcharts-maven-plugin', version='1.2')
)
Apache Ivy
<dependency org="com.github.mathieupaillart" name="gitcharts-maven-plugin" rev="1.2" />
Leiningen
[com.github.mathieupaillart/gitcharts-maven-plugin "1.2"]
Apache Buildr
'com.github.mathieupaillart:gitcharts-maven-plugin:jar:1.2'