GroupId | GroupIdcom.github.michael-rapp |
---|---|
ArtifactId | ArtifactIdchrome-like-tab-switcher |
Version | Version0.1.2 |
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.1.2</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.1.2'
// https://jarcasting.com/artifacts/com.github.michael-rapp/chrome-like-tab-switcher/
implementation ("com.github.michael-rapp:chrome-like-tab-switcher:0.1.2")
'com.github.michael-rapp:chrome-like-tab-switcher:aar:0.1.2'
<dependency org="com.github.michael-rapp" name="chrome-like-tab-switcher" rev="0.1.2">
<artifact name="chrome-like-tab-switcher" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='chrome-like-tab-switcher', version='0.1.2')
)
libraryDependencies += "com.github.michael-rapp" % "chrome-like-tab-switcher" % "0.1.2"
[com.github.michael-rapp/chrome-like-tab-switcher "0.1.2"]