| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.semoncat.xcombine |
| Идентификатор | Идентификаторlibrary |
| Версия | Версия0.1 |
| Тип | Типaar |
| Описание |
ОписаниеxCombine Library
Android Plugin Framework.
|
| Имя Файла | Размер |
|---|---|
| library-0.1.pom | |
| library-0.1.aar | 21 KB |
| library-0.1-sources.jar | 18 KB |
| library-0.1-javadoc.jar | 88 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.semoncat.xcombine/library/ -->
<dependency>
<groupId>com.github.semoncat.xcombine</groupId>
<artifactId>library</artifactId>
<version>0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.semoncat.xcombine/library/
implementation 'com.github.semoncat.xcombine:library:0.1'
// https://jarcasting.com/artifacts/com.github.semoncat.xcombine/library/
implementation ("com.github.semoncat.xcombine:library:0.1")
'com.github.semoncat.xcombine:library:aar:0.1'
<dependency org="com.github.semoncat.xcombine" name="library" rev="0.1">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.semoncat.xcombine', module='library', version='0.1')
)
libraryDependencies += "com.github.semoncat.xcombine" % "library" % "0.1"
[com.github.semoncat.xcombine/library "0.1"]