| License |
License |
|---|---|
| GroupId | GroupIdcom.github.vipulasri |
| ArtifactId | ArtifactIdlibrary |
| Version | Version1.0.0 |
| Type | Typeaar |
| Description |
DescriptionLayout to Image
The project aims to convert your Android Layout Xml to Image
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| library-1.0.0.pom | |
| library-1.0.0.aar | 13 KB |
| library-1.0.0-sources.jar | 1 KB |
| library-1.0.0-javadoc.jar | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.vipulasri/library/ -->
<dependency>
<groupId>com.github.vipulasri</groupId>
<artifactId>library</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.vipulasri/library/
implementation 'com.github.vipulasri:library:1.0.0'
// https://jarcasting.com/artifacts/com.github.vipulasri/library/
implementation ("com.github.vipulasri:library:1.0.0")
'com.github.vipulasri:library:aar:1.0.0'
<dependency org="com.github.vipulasri" name="library" rev="1.0.0">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.vipulasri', module='library', version='1.0.0')
)
libraryDependencies += "com.github.vipulasri" % "library" % "1.0.0"
[com.github.vipulasri/library "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.support » appcompat-v7 | jar | 22.1.1 |