is not current version
Last Version 0.3.5

com.github.choonchernlim:build-reports 0.3.4

Parent POM for generating build reports for CI servers, pushing artifacts to Sonatype OSSRH and site documentation to GitHub

GroupId

GroupId

com.github.choonchernlim
ArtifactId

ArtifactId

build-reports
Version

Version

0.3.4
Type

Type

pom

Download build-reports 0.3.4

Filename Size
build-reports-0.3.4.pom 22 KB
Browse

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