GroupId | GroupIdcom.nytimes.android |
---|---|
ArtifactId | ArtifactIdfilesystem |
Version | Version1.0.6 |
Type | Typeaar |
Filename | Size |
---|---|
filesystem-1.0.6.pom | |
filesystem-1.0.6.aar | 14 KB |
filesystem-1.0.6-sources.jar | 10 KB |
filesystem-1.0.6-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nytimes.android/filesystem/ -->
<dependency>
<groupId>com.nytimes.android</groupId>
<artifactId>filesystem</artifactId>
<version>1.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.nytimes.android/filesystem/
implementation 'com.nytimes.android:filesystem:1.0.6'
// https://jarcasting.com/artifacts/com.nytimes.android/filesystem/
implementation ("com.nytimes.android:filesystem:1.0.6")
'com.nytimes.android:filesystem:aar:1.0.6'
<dependency org="com.nytimes.android" name="filesystem" rev="1.0.6">
<artifact name="filesystem" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.nytimes.android', module='filesystem', version='1.0.6')
)
libraryDependencies += "com.nytimes.android" % "filesystem" % "1.0.6"
[com.nytimes.android/filesystem "1.0.6"]