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