is not current version
Last Version 0.6.3

com.github.ksoichiro:gradle-console-reporter 0.3.4

Gradle plugin to report various kinds of summaries to console.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.ksoichiro
ArtifactId

ArtifactId

gradle-console-reporter
Version

Version

0.3.4
Type

Type

jar

Download gradle-console-reporter 0.3.4


<!-- https://jarcasting.com/artifacts/com.github.ksoichiro/gradle-console-reporter/ -->
<dependency>
    <groupId>com.github.ksoichiro</groupId>
    <artifactId>gradle-console-reporter</artifactId>
    <version>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ksoichiro/gradle-console-reporter/
implementation 'com.github.ksoichiro:gradle-console-reporter:0.3.4'
// https://jarcasting.com/artifacts/com.github.ksoichiro/gradle-console-reporter/
implementation ("com.github.ksoichiro:gradle-console-reporter:0.3.4")
'com.github.ksoichiro:gradle-console-reporter:jar:0.3.4'
<dependency org="com.github.ksoichiro" name="gradle-console-reporter" rev="0.3.4">
  <artifact name="gradle-console-reporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ksoichiro', module='gradle-console-reporter', version='0.3.4')
)
libraryDependencies += "com.github.ksoichiro" % "gradle-console-reporter" % "0.3.4"
[com.github.ksoichiro/gradle-console-reporter "0.3.4"]