is not current version
Last Version 1.0.1

com.pixelcarrot.base64image:base64image 1.0.0

Android Kotlin library to convert bitmap and base64 string

GroupId

GroupId

com.pixelcarrot.base64image
ArtifactId

ArtifactId

base64image
Version

Version

1.0.0
Type

Type

aar

Download base64image 1.0.0


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