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