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