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