| Группа | Группаcom.lalafo.conductor |
|---|---|
| Идентификатор | Идентификаторconductor |
| Версия | Версия1.0.0-beta01 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| conductor-1.0.0-beta01.pom | |
| conductor-1.0.0-beta01.aar | 119 KB |
| conductor-1.0.0-beta01-sources.jar | 71 KB |
| conductor-1.0.0-beta01-javadoc.jar | 195 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.lalafo.conductor/conductor/ -->
<dependency>
<groupId>com.lalafo.conductor</groupId>
<artifactId>conductor</artifactId>
<version>1.0.0-beta01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.lalafo.conductor/conductor/
implementation 'com.lalafo.conductor:conductor:1.0.0-beta01'
// https://jarcasting.com/artifacts/com.lalafo.conductor/conductor/
implementation ("com.lalafo.conductor:conductor:1.0.0-beta01")
'com.lalafo.conductor:conductor:aar:1.0.0-beta01'
<dependency org="com.lalafo.conductor" name="conductor" rev="1.0.0-beta01">
<artifact name="conductor" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.lalafo.conductor', module='conductor', version='1.0.0-beta01')
)
libraryDependencies += "com.lalafo.conductor" % "conductor" % "1.0.0-beta01"
[com.lalafo.conductor/conductor "1.0.0-beta01"]