| License |
License |
|---|---|
| GroupId | GroupIdcom.github.suganda8 |
| ArtifactId | ArtifactIdlxiv |
| Version | Version1.0.1 |
| Type | Typeaar |
| Description |
Descriptionlxiv
LXIV is Android Module (Library) for managing Base64 String to Bitmap vice versa using Encoder and Decoder Builder
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lxiv-1.0.1.pom | |
| lxiv-1.0.1-sources.jar | 9 KB |
| lxiv-1.0.1-javadoc.jar | 298 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.suganda8/lxiv/ -->
<dependency>
<groupId>com.github.suganda8</groupId>
<artifactId>lxiv</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.suganda8/lxiv/
implementation 'com.github.suganda8:lxiv:1.0.1'
// https://jarcasting.com/artifacts/com.github.suganda8/lxiv/
implementation ("com.github.suganda8:lxiv:1.0.1")
'com.github.suganda8:lxiv:aar:1.0.1'
<dependency org="com.github.suganda8" name="lxiv" rev="1.0.1">
<artifact name="lxiv" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.suganda8', module='lxiv', version='1.0.1')
)
libraryDependencies += "com.github.suganda8" % "lxiv" % "1.0.1"
[com.github.suganda8/lxiv "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.30 |