GroupId | GroupIdpub.doric.extension |
---|---|
ArtifactId | ArtifactIdfs |
Version | Version0.2.1 |
Type | Typeaar |
Filename | Size |
---|---|
fs-0.2.1.pom | |
fs-0.2.1.aar | 53 KB |
fs-0.2.1-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pub.doric.extension/fs/ -->
<dependency>
<groupId>pub.doric.extension</groupId>
<artifactId>fs</artifactId>
<version>0.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/pub.doric.extension/fs/
implementation 'pub.doric.extension:fs:0.2.1'
// https://jarcasting.com/artifacts/pub.doric.extension/fs/
implementation ("pub.doric.extension:fs:0.2.1")
'pub.doric.extension:fs:aar:0.2.1'
<dependency org="pub.doric.extension" name="fs" rev="0.2.1">
<artifact name="fs" type="aar" />
</dependency>
@Grapes(
@Grab(group='pub.doric.extension', module='fs', version='0.2.1')
)
libraryDependencies += "pub.doric.extension" % "fs" % "0.2.1"
[pub.doric.extension/fs "0.2.1"]