Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.pgreze |
ArtifactId | ArtifactIdandroid-reactions |
Version | Version1.4 |
Type | Typeaar |
Filename | Size |
---|---|
android-reactions-1.4.pom | |
android-reactions-1.4-sources.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pgreze/android-reactions/ -->
<dependency>
<groupId>com.github.pgreze</groupId>
<artifactId>android-reactions</artifactId>
<version>1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pgreze/android-reactions/
implementation 'com.github.pgreze:android-reactions:1.4'
// https://jarcasting.com/artifacts/com.github.pgreze/android-reactions/
implementation ("com.github.pgreze:android-reactions:1.4")
'com.github.pgreze:android-reactions:aar:1.4'
<dependency org="com.github.pgreze" name="android-reactions" rev="1.4">
<artifact name="android-reactions" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pgreze', module='android-reactions', version='1.4')
)
libraryDependencies += "com.github.pgreze" % "android-reactions" % "1.4"
[com.github.pgreze/android-reactions "1.4"]