| GroupId | GroupIdcom.github.javakam |
|---|---|
| ArtifactId | ArtifactIdwidget.optionview |
| Version | Version3.6.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| widget.optionview-3.6.0.pom | |
| widget.optionview-3.6.0-sources.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.javakam/widget.optionview/ -->
<dependency>
<groupId>com.github.javakam</groupId>
<artifactId>widget.optionview</artifactId>
<version>3.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.javakam/widget.optionview/
implementation 'com.github.javakam:widget.optionview:3.6.0'
// https://jarcasting.com/artifacts/com.github.javakam/widget.optionview/
implementation ("com.github.javakam:widget.optionview:3.6.0")
'com.github.javakam:widget.optionview:aar:3.6.0'
<dependency org="com.github.javakam" name="widget.optionview" rev="3.6.0">
<artifact name="widget.optionview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.javakam', module='widget.optionview', version='3.6.0')
)
libraryDependencies += "com.github.javakam" % "widget.optionview" % "3.6.0"
[com.github.javakam/widget.optionview "3.6.0"]