Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.github.iamthevoid.reactivebinding |
ArtifactId | ArtifactIdcore-mvvm |
Version | Version1.0.0-beta08 |
Type | Typeaar |
Filename | Size |
---|---|
core-mvvm-1.0.0-beta08.pom | |
core-mvvm-1.0.0-beta08-sources.jar | 8 KB |
core-mvvm-1.0.0-beta08-javadoc.jar | 358 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/core-mvvm/ -->
<dependency>
<groupId>io.github.iamthevoid.reactivebinding</groupId>
<artifactId>core-mvvm</artifactId>
<version>1.0.0-beta08</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/core-mvvm/
implementation 'io.github.iamthevoid.reactivebinding:core-mvvm:1.0.0-beta08'
// https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/core-mvvm/
implementation ("io.github.iamthevoid.reactivebinding:core-mvvm:1.0.0-beta08")
'io.github.iamthevoid.reactivebinding:core-mvvm:aar:1.0.0-beta08'
<dependency org="io.github.iamthevoid.reactivebinding" name="core-mvvm" rev="1.0.0-beta08">
<artifact name="core-mvvm" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.iamthevoid.reactivebinding', module='core-mvvm', version='1.0.0-beta08')
)
libraryDependencies += "io.github.iamthevoid.reactivebinding" % "core-mvvm" % "1.0.0-beta08"
[io.github.iamthevoid.reactivebinding/core-mvvm "1.0.0-beta08"]