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