| License |
License |
|---|---|
| GroupId | GroupIdcom.github.ndorigatti.mcpb |
| ArtifactId | ArtifactIdlibrary |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionMultiColorProgressBar 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
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.support » support-v4 | jar | 20.+ |