GroupId | GroupIdcom.github.michael-rapp |
---|---|
ArtifactId | ArtifactIdchrome-like-tab-switcher |
Version | Version0.3.3 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.michael-rapp/chrome-like-tab-switcher/ -->
<dependency>
<groupId>com.github.michael-rapp</groupId>
<artifactId>chrome-like-tab-switcher</artifactId>
<version>0.3.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.michael-rapp/chrome-like-tab-switcher/
implementation 'com.github.michael-rapp:chrome-like-tab-switcher:0.3.3'
// https://jarcasting.com/artifacts/com.github.michael-rapp/chrome-like-tab-switcher/
implementation ("com.github.michael-rapp:chrome-like-tab-switcher:0.3.3")
'com.github.michael-rapp:chrome-like-tab-switcher:aar:0.3.3'
<dependency org="com.github.michael-rapp" name="chrome-like-tab-switcher" rev="0.3.3">
<artifact name="chrome-like-tab-switcher" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='chrome-like-tab-switcher', version='0.3.3')
)
libraryDependencies += "com.github.michael-rapp" % "chrome-like-tab-switcher" % "0.3.3"
[com.github.michael-rapp/chrome-like-tab-switcher "0.3.3"]