Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.ksoichiro |
ArtifactId | ArtifactIdgradle-console-reporter |
Version | Version0.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ksoichiro/gradle-console-reporter/ -->
<dependency>
<groupId>com.github.ksoichiro</groupId>
<artifactId>gradle-console-reporter</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ksoichiro/gradle-console-reporter/
implementation 'com.github.ksoichiro:gradle-console-reporter:0.1.3'
// https://jarcasting.com/artifacts/com.github.ksoichiro/gradle-console-reporter/
implementation ("com.github.ksoichiro:gradle-console-reporter:0.1.3")
'com.github.ksoichiro:gradle-console-reporter:jar:0.1.3'
<dependency org="com.github.ksoichiro" name="gradle-console-reporter" rev="0.1.3">
<artifact name="gradle-console-reporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ksoichiro', module='gradle-console-reporter', version='0.1.3')
)
libraryDependencies += "com.github.ksoichiro" % "gradle-console-reporter" % "0.1.3"
[com.github.ksoichiro/gradle-console-reporter "0.1.3"]