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