| Группа | Группаcom.github.choonchernlim |
|---|---|
| Идентификатор | Идентификаторbuild-reports |
| Версия | Версия0.3.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| build-reports-0.3.1.pom | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.choonchernlim/build-reports/ -->
<dependency>
<groupId>com.github.choonchernlim</groupId>
<artifactId>build-reports</artifactId>
<version>0.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.choonchernlim/build-reports/
implementation 'com.github.choonchernlim:build-reports:0.3.1'
// https://jarcasting.com/artifacts/com.github.choonchernlim/build-reports/
implementation ("com.github.choonchernlim:build-reports:0.3.1")
'com.github.choonchernlim:build-reports:pom:0.3.1'
<dependency org="com.github.choonchernlim" name="build-reports" rev="0.3.1">
<artifact name="build-reports" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.choonchernlim', module='build-reports', version='0.3.1')
)
libraryDependencies += "com.github.choonchernlim" % "build-reports" % "0.3.1"
[com.github.choonchernlim/build-reports "0.3.1"]