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