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