c

circle-time-view

CircleTimeView is a custom android view. It is designed because of a lack of any standard view from Android SDK. It can be used for timers, for setting time, etc.
https://github.com/CROSP/circle-time-view
The Apache Software License, Version 2.0
Alexander Molochko
Files download
File Operation
circle-time-view-1.0.5.pom download
circle-time-view-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>net.crosp.libs.android</groupId>
  <artifactId>circle-time-view</artifactId>
  <version>1.0.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'net.crosp.libs.android:circle-time-view:1.0.5'
Gradle Kotlin
implementation("net.crosp.libs.android:circle-time-view:1.0.5")
Scala SBT
libraryDependencies += "net.crosp.libs.android" % "circle-time-view" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='net.crosp.libs.android', module='circle-time-view', version='1.0.5')
)
Apache Ivy
<dependency org="net.crosp.libs.android" name="circle-time-view" rev="1.0.5" />
Leiningen
[net.crosp.libs.android/circle-time-view "1.0.5"]
Apache Buildr
'net.crosp.libs.android:circle-time-view:jar:1.0.5'