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