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