| License |
License |
|---|---|
| GroupId | GroupIdcom.sobot.library |
| ArtifactId | ArtifactIdwidget |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionwidget
sobotcommon
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| widget-1.0.pom | |
| widget-1.0.aar | 102 KB |
| widget-1.0-sources.jar | 72 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sobot.library/widget/ -->
<dependency>
<groupId>com.sobot.library</groupId>
<artifactId>widget</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.sobot.library/widget/
implementation 'com.sobot.library:widget:1.0'
// https://jarcasting.com/artifacts/com.sobot.library/widget/
implementation ("com.sobot.library:widget:1.0")
'com.sobot.library:widget:aar:1.0'
<dependency org="com.sobot.library" name="widget" rev="1.0">
<artifact name="widget" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.sobot.library', module='widget', version='1.0')
)
libraryDependencies += "com.sobot.library" % "widget" % "1.0"
[com.sobot.library/widget "1.0"]