GroupId | GroupIdpub.doric.extension |
---|---|
ArtifactId | ArtifactIdfs |
Version | Version0.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
fs-0.2.0.pom | |
fs-0.2.0.aar | 53 KB |
fs-0.2.0-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.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/pub.doric.extension/fs/
implementation 'pub.doric.extension:fs:0.2.0'
// https://jarcasting.com/artifacts/pub.doric.extension/fs/
implementation ("pub.doric.extension:fs:0.2.0")
'pub.doric.extension:fs:aar:0.2.0'
<dependency org="pub.doric.extension" name="fs" rev="0.2.0">
<artifact name="fs" type="aar" />
</dependency>
@Grapes(
@Grab(group='pub.doric.extension', module='fs', version='0.2.0')
)
libraryDependencies += "pub.doric.extension" % "fs" % "0.2.0"
[pub.doric.extension/fs "0.2.0"]