Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.pgreze |
ArtifactId | ArtifactIdandroid-reactions |
Version | Version1.3.3 |
Type | Typeaar |
Filename | Size |
---|---|
android-reactions-1.3.3.pom | |
android-reactions-1.3.3-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.3.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pgreze/android-reactions/
implementation 'com.github.pgreze:android-reactions:1.3.3'
// https://jarcasting.com/artifacts/com.github.pgreze/android-reactions/
implementation ("com.github.pgreze:android-reactions:1.3.3")
'com.github.pgreze:android-reactions:aar:1.3.3'
<dependency org="com.github.pgreze" name="android-reactions" rev="1.3.3">
<artifact name="android-reactions" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pgreze', module='android-reactions', version='1.3.3')
)
libraryDependencies += "com.github.pgreze" % "android-reactions" % "1.3.3"
[com.github.pgreze/android-reactions "1.3.3"]