b

base64image

Android Kotlin library to convert bitmap and base64 string
https://github.com/pixelcarrot/base64image
MIT License
Justin Nguyen
Files download
File Operation
base64image-1.0.1.pom download
base64image-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.pixelcarrot.base64image</groupId>
  <artifactId>base64image</artifactId>
  <version>1.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.pixelcarrot.base64image:base64image:1.0.1'
Gradle Kotlin
implementation("com.pixelcarrot.base64image:base64image:1.0.1")
Scala SBT
libraryDependencies += "com.pixelcarrot.base64image" % "base64image" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.pixelcarrot.base64image', module='base64image', version='1.0.1')
)
Apache Ivy
<dependency org="com.pixelcarrot.base64image" name="base64image" rev="1.0.1" />
Leiningen
[com.pixelcarrot.base64image/base64image "1.0.1"]
Apache Buildr
'com.pixelcarrot.base64image:base64image:jar:1.0.1'