GroupId | GroupIdcom.github.snowdream.android |
---|---|
ArtifactId | ArtifactIdwidget |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
widget-1.0.pom | |
widget-1.0.jar | 28 KB |
widget-1.0-sources.jar | 1 KB |
widget-1.0-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]