| License |
License
License
|
|---|---|
| GroupId | GroupIdcom.sharyuke.view |
| ArtifactId | ArtifactIdsharyuke-view |
| Version | Version0.0.5 |
| Type | Typejar |
| Description |
Descriptionsharyuke's view
some custom views about android by sharyuke (short for yuke), this is the first textview which can count donw time , I will add more view in this jar file in the future
|
| Filename | Size |
|---|---|
| sharyuke-view-0.0.5.pom | |
| sharyuke-view-0.0.5.jar | 6 KB |
| sharyuke-view-0.0.5-sources.jar | 5 KB |
| sharyuke-view-0.0.5-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sharyuke.view/sharyuke-view/ -->
<dependency>
<groupId>com.sharyuke.view</groupId>
<artifactId>sharyuke-view</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.sharyuke.view/sharyuke-view/
implementation 'com.sharyuke.view:sharyuke-view:0.0.5'
// https://jarcasting.com/artifacts/com.sharyuke.view/sharyuke-view/
implementation ("com.sharyuke.view:sharyuke-view:0.0.5")
'com.sharyuke.view:sharyuke-view:jar:0.0.5'
<dependency org="com.sharyuke.view" name="sharyuke-view" rev="0.0.5">
<artifact name="sharyuke-view" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sharyuke.view', module='sharyuke-view', version='0.0.5')
)
libraryDependencies += "com.sharyuke.view" % "sharyuke-view" % "0.0.5"
[com.sharyuke.view/sharyuke-view "0.0.5"]