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