GroupId | GroupIdcom.ashokvarma.android |
---|---|
ArtifactId | ArtifactIdbottom-navigation-bar |
Version | Version2.0.4 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.ashokvarma.android/bottom-navigation-bar/ -->
<dependency>
<groupId>com.ashokvarma.android</groupId>
<artifactId>bottom-navigation-bar</artifactId>
<version>2.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.ashokvarma.android/bottom-navigation-bar/
implementation 'com.ashokvarma.android:bottom-navigation-bar:2.0.4'
// https://jarcasting.com/artifacts/com.ashokvarma.android/bottom-navigation-bar/
implementation ("com.ashokvarma.android:bottom-navigation-bar:2.0.4")
'com.ashokvarma.android:bottom-navigation-bar:aar:2.0.4'
<dependency org="com.ashokvarma.android" name="bottom-navigation-bar" rev="2.0.4">
<artifact name="bottom-navigation-bar" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ashokvarma.android', module='bottom-navigation-bar', version='2.0.4')
)
libraryDependencies += "com.ashokvarma.android" % "bottom-navigation-bar" % "2.0.4"
[com.ashokvarma.android/bottom-navigation-bar "2.0.4"]