| GroupId | GroupIdcom.github.jbvincey |
|---|---|
| ArtifactId | ArtifactIdnestedradiobutton |
| Version | Version1.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| nestedradiobutton-1.0.pom | |
| nestedradiobutton-1.0-sources.jar | 15 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jbvincey/nestedradiobutton/ -->
<dependency>
<groupId>com.github.jbvincey</groupId>
<artifactId>nestedradiobutton</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jbvincey/nestedradiobutton/
implementation 'com.github.jbvincey:nestedradiobutton:1.0'
// https://jarcasting.com/artifacts/com.github.jbvincey/nestedradiobutton/
implementation ("com.github.jbvincey:nestedradiobutton:1.0")
'com.github.jbvincey:nestedradiobutton:aar:1.0'
<dependency org="com.github.jbvincey" name="nestedradiobutton" rev="1.0">
<artifact name="nestedradiobutton" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.jbvincey', module='nestedradiobutton', version='1.0')
)
libraryDependencies += "com.github.jbvincey" % "nestedradiobutton" % "1.0"
[com.github.jbvincey/nestedradiobutton "1.0"]