| Categories | CategoriesORM Data | 
|---|---|
| GroupId | GroupIdcom.xgc1986.parallaxPagerTransformer | 
| ArtifactId | ArtifactIdlibrary | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| library-1.0.0.pom | |
| library-1.0.0-sources.jar | 1 KB | 
| library-1.0.0-release.aar | 56 KB | 
| library-1.0.0-javadoc.jar | 19 KB | 
| library-1.0.0-debug.aar | 56 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.xgc1986.parallaxPagerTransformer/library/ -->
<dependency>
    <groupId>com.xgc1986.parallaxPagerTransformer</groupId>
    <artifactId>library</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.xgc1986.parallaxPagerTransformer/library/
implementation 'com.xgc1986.parallaxPagerTransformer:library:1.0.0'// https://jarcasting.com/artifacts/com.xgc1986.parallaxPagerTransformer/library/
implementation ("com.xgc1986.parallaxPagerTransformer:library:1.0.0")'com.xgc1986.parallaxPagerTransformer:library:jar:1.0.0'<dependency org="com.xgc1986.parallaxPagerTransformer" name="library" rev="1.0.0">
  <artifact name="library" type="jar" />
</dependency>@Grapes(
@Grab(group='com.xgc1986.parallaxPagerTransformer', module='library', version='1.0.0')
)libraryDependencies += "com.xgc1986.parallaxPagerTransformer" % "library" % "1.0.0"[com.xgc1986.parallaxPagerTransformer/library "1.0.0"]