GroupId | GroupIdcom.github.clans |
---|---|
ArtifactId | ArtifactIdfab |
Version | Version1.5.2 |
Type | Typeaar |
Filename | Size |
---|---|
fab-1.5.2.pom | |
fab-1.5.2.aar | 48 KB |
fab-1.5.2-sources.jar | 16 KB |
fab-1.5.2-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.clans/fab/ -->
<dependency>
<groupId>com.github.clans</groupId>
<artifactId>fab</artifactId>
<version>1.5.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.clans/fab/
implementation 'com.github.clans:fab:1.5.2'
// https://jarcasting.com/artifacts/com.github.clans/fab/
implementation ("com.github.clans:fab:1.5.2")
'com.github.clans:fab:aar:1.5.2'
<dependency org="com.github.clans" name="fab" rev="1.5.2">
<artifact name="fab" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.clans', module='fab', version='1.5.2')
)
libraryDependencies += "com.github.clans" % "fab" % "1.5.2"
[com.github.clans/fab "1.5.2"]