GroupId | GroupIdcom.github.xmlet |
---|---|
ArtifactId | ArtifactIdandroidLayouts |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
androidLayouts-1.0.0.pom | |
androidLayouts-1.0.0.jar | 17 KB |
androidLayouts-1.0.0-sources.jar | 16 KB |
androidLayouts-1.0.0-javadoc.jar | 380 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xmlet/androidLayouts/ -->
<dependency>
<groupId>com.github.xmlet</groupId>
<artifactId>androidLayouts</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xmlet/androidLayouts/
implementation 'com.github.xmlet:androidLayouts:1.0.0'
// https://jarcasting.com/artifacts/com.github.xmlet/androidLayouts/
implementation ("com.github.xmlet:androidLayouts:1.0.0")
'com.github.xmlet:androidLayouts:jar:1.0.0'
<dependency org="com.github.xmlet" name="androidLayouts" rev="1.0.0">
<artifact name="androidLayouts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xmlet', module='androidLayouts', version='1.0.0')
)
libraryDependencies += "com.github.xmlet" % "androidLayouts" % "1.0.0"
[com.github.xmlet/androidLayouts "1.0.0"]