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