Files download
File Operation
library-1.1.2.pom download
library-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.timehop.fragmentswitcher</groupId>
  <artifactId>library</artifactId>
  <version>1.1.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.timehop.fragmentswitcher:library:1.1.2'
Gradle Kotlin
implementation("com.timehop.fragmentswitcher:library:1.1.2")
Scala SBT
libraryDependencies += "com.timehop.fragmentswitcher" % "library" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.timehop.fragmentswitcher', module='library', version='1.1.2')
)
Apache Ivy
<dependency org="com.timehop.fragmentswitcher" name="library" rev="1.1.2" />
Leiningen
[com.timehop.fragmentswitcher/library "1.1.2"]
Apache Buildr
'com.timehop.fragmentswitcher:library:jar:1.1.2'
Dependencies