Base64Image

Android Kotlin library to convert bitmap and base64 string

License

License

GroupId

GroupId

com.pixelcarrot.base64image
ArtifactId

ArtifactId

base64image
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

aar
Description

Description

Base64Image
Android Kotlin library to convert bitmap and base64 string
Project URL

Project URL

https://github.com/pixelcarrot/base64image
Source Code Management

Source Code Management

https://github.com/pixelcarrot/base64image

Download base64image

How to add to project

<!-- https://jarcasting.com/artifacts/com.pixelcarrot.base64image/base64image/ -->
<dependency>
    <groupId>com.pixelcarrot.base64image</groupId>
    <artifactId>base64image</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.pixelcarrot.base64image/base64image/
implementation 'com.pixelcarrot.base64image:base64image:1.0.1'
// https://jarcasting.com/artifacts/com.pixelcarrot.base64image/base64image/
implementation ("com.pixelcarrot.base64image:base64image:1.0.1")
'com.pixelcarrot.base64image:base64image:aar:1.0.1'
<dependency org="com.pixelcarrot.base64image" name="base64image" rev="1.0.1">
  <artifact name="base64image" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.pixelcarrot.base64image', module='base64image', version='1.0.1')
)
libraryDependencies += "com.pixelcarrot.base64image" % "base64image" % "1.0.1"
[com.pixelcarrot.base64image/base64image "1.0.1"]

Dependencies

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.31

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0