GroupId | GroupIdcom.github.traex.rippleeffect |
---|---|
ArtifactId | ArtifactIdlibrary |
Version | Version1.1.1 |
Type | Typeaar |
Filename | Size |
---|---|
library-1.1.1.pom | |
library-1.1.1.aar | 57 KB |
library-1.1.1-sources.jar | 3 KB |
library-1.1.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.traex.rippleeffect/library/ -->
<dependency>
<groupId>com.github.traex.rippleeffect</groupId>
<artifactId>library</artifactId>
<version>1.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.traex.rippleeffect/library/
implementation 'com.github.traex.rippleeffect:library:1.1.1'
// https://jarcasting.com/artifacts/com.github.traex.rippleeffect/library/
implementation ("com.github.traex.rippleeffect:library:1.1.1")
'com.github.traex.rippleeffect:library:aar:1.1.1'
<dependency org="com.github.traex.rippleeffect" name="library" rev="1.1.1">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.traex.rippleeffect', module='library', version='1.1.1')
)
libraryDependencies += "com.github.traex.rippleeffect" % "library" % "1.1.1"
[com.github.traex.rippleeffect/library "1.1.1"]