License |
License |
---|---|
GroupId | GroupIdcom.github.prt2121 |
ArtifactId | ArtifactIdProgressBar |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProgressBar for Glass GDK
ProgressBar for Glass GDK
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ProgressBar-1.0.pom | |
ProgressBar-1.0.jar | 14 KB |
ProgressBar-1.0-sources.jar | 4 KB |
ProgressBar-1.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.prt2121/ProgressBar/ -->
<dependency>
<groupId>com.github.prt2121</groupId>
<artifactId>ProgressBar</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.prt2121/ProgressBar/
implementation 'com.github.prt2121:ProgressBar:1.0'
// https://jarcasting.com/artifacts/com.github.prt2121/ProgressBar/
implementation ("com.github.prt2121:ProgressBar:1.0")
'com.github.prt2121:ProgressBar:jar:1.0'
<dependency org="com.github.prt2121" name="ProgressBar" rev="1.0">
<artifact name="ProgressBar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.prt2121', module='ProgressBar', version='1.0')
)
libraryDependencies += "com.github.prt2121" % "ProgressBar" % "1.0"
[com.github.prt2121/ProgressBar "1.0"]