| Категории |
КатегорииDagger Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаcom.github.daggerok.sonar |
| Идентификатор | Идентификаторdocs |
| Версия | Версия0.1.4 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| docs-0.1.4.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.daggerok.sonar/docs/ -->
<dependency>
<groupId>com.github.daggerok.sonar</groupId>
<artifactId>docs</artifactId>
<version>0.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.daggerok.sonar/docs/
implementation 'com.github.daggerok.sonar:docs:0.1.4'
// https://jarcasting.com/artifacts/com.github.daggerok.sonar/docs/
implementation ("com.github.daggerok.sonar:docs:0.1.4")
'com.github.daggerok.sonar:docs:pom:0.1.4'
<dependency org="com.github.daggerok.sonar" name="docs" rev="0.1.4">
<artifact name="docs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.daggerok.sonar', module='docs', version='0.1.4')
)
libraryDependencies += "com.github.daggerok.sonar" % "docs" % "0.1.4"
[com.github.daggerok.sonar/docs "0.1.4"]