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