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