is not current version
Last Version 1.1.2

com.timehop.fragmentswitcher:library 1.0.0

A state-saving fragment switcher.

GroupId

GroupId

com.timehop.fragmentswitcher
ArtifactId

ArtifactId

library
Version

Version

1.0.0
Type

Type

aar

Download library 1.0.0


<!-- https://jarcasting.com/artifacts/com.timehop.fragmentswitcher/library/ -->
<dependency>
    <groupId>com.timehop.fragmentswitcher</groupId>
    <artifactId>library</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.timehop.fragmentswitcher/library/
implementation 'com.timehop.fragmentswitcher:library:1.0.0'
// https://jarcasting.com/artifacts/com.timehop.fragmentswitcher/library/
implementation ("com.timehop.fragmentswitcher:library:1.0.0")
'com.timehop.fragmentswitcher:library:aar:1.0.0'
<dependency org="com.timehop.fragmentswitcher" name="library" rev="1.0.0">
  <artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.timehop.fragmentswitcher', module='library', version='1.0.0')
)
libraryDependencies += "com.timehop.fragmentswitcher" % "library" % "1.0.0"
[com.timehop.fragmentswitcher/library "1.0.0"]