| License |
License |
|---|---|
| GroupId | GroupIdcom.github.semoncat.fragmenttransanim |
| ArtifactId | ArtifactIdlibrary |
| Version | Version0.3 |
| Type | Typeaar |
| Description |
DescriptionFragmentTransAnim Library
A Library provide many custom anim between fragment trans.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| library-0.3.pom | |
| library-0.3.aar | 40 KB |
| library-0.3-sources.jar | 1 KB |
| library-0.3-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.semoncat.fragmenttransanim/library/ -->
<dependency>
<groupId>com.github.semoncat.fragmenttransanim</groupId>
<artifactId>library</artifactId>
<version>0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.semoncat.fragmenttransanim/library/
implementation 'com.github.semoncat.fragmenttransanim:library:0.3'
// https://jarcasting.com/artifacts/com.github.semoncat.fragmenttransanim/library/
implementation ("com.github.semoncat.fragmenttransanim:library:0.3")
'com.github.semoncat.fragmenttransanim:library:aar:0.3'
<dependency org="com.github.semoncat.fragmenttransanim" name="library" rev="0.3">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.semoncat.fragmenttransanim', module='library', version='0.3')
)
libraryDependencies += "com.github.semoncat.fragmenttransanim" % "library" % "0.3"
[com.github.semoncat.fragmenttransanim/library "0.3"]