| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.ndorigatti.mcpb |
| Идентификатор | Идентификаторlibrary |
| Последняя версия | Последняя версия0.2.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеMultiColorProgressBar Library
A simple android library for supporting multicolored progress bars, in which the lower value between primary and secondary is drawn on top of the other
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| library-0.2.0.pom | |
| library-0.2.0.aar | 18 KB |
| library-0.2.0-sources.jar | 6 KB |
| library-0.2.0-javadoc.jar | 29 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.ndorigatti.mcpb/library/ -->
<dependency>
<groupId>com.github.ndorigatti.mcpb</groupId>
<artifactId>library</artifactId>
<version>0.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ndorigatti.mcpb/library/
implementation 'com.github.ndorigatti.mcpb:library:0.2.0'
// https://jarcasting.com/artifacts/com.github.ndorigatti.mcpb/library/
implementation ("com.github.ndorigatti.mcpb:library:0.2.0")
'com.github.ndorigatti.mcpb:library:aar:0.2.0'
<dependency org="com.github.ndorigatti.mcpb" name="library" rev="0.2.0">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ndorigatti.mcpb', module='library', version='0.2.0')
)
libraryDependencies += "com.github.ndorigatti.mcpb" % "library" % "0.2.0"
[com.github.ndorigatti.mcpb/library "0.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.android.support » support-v4 | jar | 20.+ |