GroupId | GroupIdcom.fmsirvent |
---|---|
ArtifactId | ArtifactIdparallaxeverywhere |
Version | Version1.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
parallaxeverywhere-1.0.2.pom | |
parallaxeverywhere-1.0.2.aar | 13 KB |
parallaxeverywhere-1.0.2-sources.jar | 5 KB |
parallaxeverywhere-1.0.2-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fmsirvent/parallaxeverywhere/ -->
<dependency>
<groupId>com.fmsirvent</groupId>
<artifactId>parallaxeverywhere</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.fmsirvent/parallaxeverywhere/
implementation 'com.fmsirvent:parallaxeverywhere:1.0.2'
// https://jarcasting.com/artifacts/com.fmsirvent/parallaxeverywhere/
implementation ("com.fmsirvent:parallaxeverywhere:1.0.2")
'com.fmsirvent:parallaxeverywhere:aar:1.0.2'
<dependency org="com.fmsirvent" name="parallaxeverywhere" rev="1.0.2">
<artifact name="parallaxeverywhere" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.fmsirvent', module='parallaxeverywhere', version='1.0.2')
)
libraryDependencies += "com.fmsirvent" % "parallaxeverywhere" % "1.0.2"
[com.fmsirvent/parallaxeverywhere "1.0.2"]