| GroupId | GroupIdcom.timehop.fragmentswitcher |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-1.0.0.pom | |
| library-1.0.0.aar | 9 KB |
| library-1.0.0-sources.jar | 6 KB |
| library-1.0.0-javadoc.jar | 35 KB |
| Browse |
<!-- 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"]