License |
License |
---|---|
GroupId | GroupIdcom.github.droidpl |
ArtifactId | ArtifactIdlfolding |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionLayout folding
Plugin that injects a task to allow multiple folders in the layout folder of an android project.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lfolding-1.0.pom | |
lfolding-1.0.jar | 16 KB |
lfolding-1.0-sources.jar | 3 KB |
lfolding-1.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.droidpl/lfolding/ -->
<dependency>
<groupId>com.github.droidpl</groupId>
<artifactId>lfolding</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.droidpl/lfolding/
implementation 'com.github.droidpl:lfolding:1.0'
// https://jarcasting.com/artifacts/com.github.droidpl/lfolding/
implementation ("com.github.droidpl:lfolding:1.0")
'com.github.droidpl:lfolding:jar:1.0'
<dependency org="com.github.droidpl" name="lfolding" rev="1.0">
<artifact name="lfolding" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.droidpl', module='lfolding', version='1.0')
)
libraryDependencies += "com.github.droidpl" % "lfolding" % "1.0"
[com.github.droidpl/lfolding "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.android.tools.build : gradle | jar | 1.5.0 |