| GroupId | GroupIdnl.joery.animatedbottombar |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version1.0.7 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-1.0.7.pom | |
| library-1.0.7.aar | 94 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nl.joery.animatedbottombar/library/ -->
<dependency>
<groupId>nl.joery.animatedbottombar</groupId>
<artifactId>library</artifactId>
<version>1.0.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/nl.joery.animatedbottombar/library/
implementation 'nl.joery.animatedbottombar:library:1.0.7'
// https://jarcasting.com/artifacts/nl.joery.animatedbottombar/library/
implementation ("nl.joery.animatedbottombar:library:1.0.7")
'nl.joery.animatedbottombar:library:aar:1.0.7'
<dependency org="nl.joery.animatedbottombar" name="library" rev="1.0.7">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='nl.joery.animatedbottombar', module='library', version='1.0.7')
)
libraryDependencies += "nl.joery.animatedbottombar" % "library" % "1.0.7"
[nl.joery.animatedbottombar/library "1.0.7"]