is not current version
Last Version 1.0.2

io.github.khoamt:base64-lib 1.0.1

Kotlin Library for Base64 encoding

GroupId

GroupId

io.github.khoamt
ArtifactId

ArtifactId

base64-lib
Version

Version

1.0.1
Type

Type

aar

Download base64-lib 1.0.1


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