is not current version
Last Version 1.1

com.github.snowdream.android:widget 1.0

android-widgets

GroupId

GroupId

com.github.snowdream.android
ArtifactId

ArtifactId

widget
Version

Version

1.0
Type

Type

jar

Download widget 1.0


<!-- https://jarcasting.com/artifacts/com.github.snowdream.android/widget/ -->
<dependency>
    <groupId>com.github.snowdream.android</groupId>
    <artifactId>widget</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.snowdream.android/widget/
implementation 'com.github.snowdream.android:widget:1.0'
// https://jarcasting.com/artifacts/com.github.snowdream.android/widget/
implementation ("com.github.snowdream.android:widget:1.0")
'com.github.snowdream.android:widget:jar:1.0'
<dependency org="com.github.snowdream.android" name="widget" rev="1.0">
  <artifact name="widget" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.snowdream.android', module='widget', version='1.0')
)
libraryDependencies += "com.github.snowdream.android" % "widget" % "1.0"
[com.github.snowdream.android/widget "1.0"]